#069912

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

Shades of Islamic Green #069912

Tints of Islamic Green #069912

Color information

#069912 (or 0x069912) is unknown color: approx Islamic Green. HEX triplet: 06, 99 and 12. RGB value is (6,153,18). Sum of RGB (Red+Green+Blue) = 6+153+18=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 153 (60.16% from 255 or 86.44% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 153 - color contains mainly: green. Hex color #069912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069912 is #F966ED. Grayscale: #5E5E5E. Windows color (decimal): -16344814 or 1218822. OLE color: 1218822.

HSL color Cylindrical-coordinate representation of color #069912: hue angle of 124.9º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069912 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB615318-
CMYK0.9600.880.4
HSL124.9º92.45%31.18%-
HSV(B)124.9º96.08%60%-
XYZ11.5822.864.38-
YUV93.6685.365.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 153 (60.16% from 255) = 86.44%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=3.39%
G=86.44%
B=10.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153180.9600.880.4124.992.4531.18
Hex6991260058287d5c1f
Octal62312214001305017513437
Binary11010011001100101100000010110001010001111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069912; }

 p { color: rgb(6,153,18); }

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

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

 a { background-color: rgb(6,153,18); }

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

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

 span { border-color: rgb(6,153,18); }

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