#07C00B

Color #07C00B Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #07C00B

Tints of Islamic Green #07C00B

Color information

#07C00B (or 0x07C00B) is unknown color: approx Islamic Green. HEX triplet: 07, C0 and 0B. RGB value is (7,192,11). Sum of RGB (Red+Green+Blue) = 7+192+11=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 192 (75.39% from 255 or 91.43% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 192 - color contains mainly: green. Hex color #07C00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C00B is #F83FF4. Grayscale: #747474. Windows color (decimal): -16269301 or 770055. OLE color: 770055.

HSL color Cylindrical-coordinate representation of color #07C00B: hue angle of 121.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C00B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB719211-
CMYK0.9600.940.25
HSL121.3º92.96%39.02%-
HSV(B)121.3º96.35%75.29%-
XYZ1937.776.61-
YUV116.0568.7150.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 192 (75.39% from 255) = 91.43%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=3.33%
G=91.43%
B=5.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192110.9600.940.25121.392.9639.02
Hex7C0B6005E19795d27
Octal73001314001363117113547
Binary1111100000010111100000010111101100111110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C00B; }

 p { color: rgb(7,192,11); }

 H1.HeaderClassName
 {
   color: #07C00B;
 }
 .AnyTagClassName
 {
   color: #07C00B;
 }
</style>
background-color css

<style>
 a { background-color: #07C00B; }

 a { background-color: rgb(7,192,11); }

 div.DivClassName
 {
   background-color: #07C00B;
 }
 .BgClassName
 {
   background-color: #07C00B;
 }
</style>
border-color css

<style>
 span { border-color: #07C00B; }

 span { border-color: rgb(7,192,11); }

 td.TdClassName
 {
   border-color: #07C00B;
 }
 .TagClassName
 {
   border-color: #07C00B;
 }
</style>