#07C108

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

Shades of Islamic Green #07C108

Tints of Islamic Green #07C108

Color information

#07C108 (or 0x07C108) is unknown color: approx Islamic Green. HEX triplet: 07, C1 and 08. RGB value is (7,193,8). Sum of RGB (Red+Green+Blue) = 7+193+8=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 193 (75.78% from 255 or 92.79% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 193 - color contains mainly: green. Hex color #07C108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C108 is #F83EF7. Grayscale: #747474. Windows color (decimal): -16269048 or 573703. OLE color: 573703.

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

Color convert

RGB71938-
CMYK0.9600.960.24
HSL120.32º93%39.22%-
HSV(B)120.32º96.37%75.69%-
XYZ19.238.26.59-
YUV116.366.8850.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 193 (75.78% from 255) = 92.79%
BLUE value IS 8 (3.52% from 255) = 3.85%
R=3.37%
G=92.79%
B=3.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal719380.9600.960.24120.329339.22
Hex7C186006018785d27
Octal73011014001403017013547
Binary1111100000110001100000011000001100011110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,193,8); }

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

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

 a { background-color: rgb(7,193,8); }

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

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

 span { border-color: rgb(7,193,8); }

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