#069C00

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

Shades of Islamic Green #069C00

Tints of Islamic Green #069C00

Color information

#069C00 (or 0x069C00) is unknown color: approx Islamic Green. HEX triplet: 06, 9C and 00. RGB value is (6,156,0). Sum of RGB (Red+Green+Blue) = 6+156+0=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 156 (61.33% from 255 or 96.30% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 156 - color contains mainly: green. Hex color #069C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069C00 is #F963FF. Grayscale: #5D5D5D. Windows color (decimal): -16344064 or 39942. OLE color: 39942.

HSL color Cylindrical-coordinate representation of color #069C00: hue angle of 117.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #069C00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB61560-
CMYK0.96010.39
HSL117.69º100%30.59%-
HSV(B)117.69º100%61.18%-
XYZ11.9623.823.97-
YUV93.3775.3165.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 156 (61.33% from 255) = 96.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.70%
G=96.30%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal615600.96010.39117.6910030.59
Hex69C0600642776641f
Octal6234014001444716614437
Binary1101001110001100000011001001001111110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069C00; }

 p { color: rgb(6,156,0); }

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

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

 a { background-color: rgb(6,156,0); }

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

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

 span { border-color: rgb(6,156,0); }

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