#069C0E

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

Shades of Islamic Green #069C0E

Tints of Islamic Green #069C0E

Color information

#069C0E (or 0x069C0E) is unknown color: approx Islamic Green. HEX triplet: 06, 9C and 0E. RGB value is (6,156,14). Sum of RGB (Red+Green+Blue) = 6+156+14=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 156 (61.33% from 255 or 88.64% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 156 - color contains mainly: green. Hex color #069C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069C0E is #F963F1. Grayscale: #5F5F5F. Windows color (decimal): -16344050 or 957446. OLE color: 957446.

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

Color convert

RGB615614-
CMYK0.9600.910.39
HSL123.2º92.59%31.76%-
HSV(B)123.2º96.15%61.18%-
XYZ12.0423.854.38-
YUV94.9682.364.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 156 (61.33% from 255) = 88.64%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=3.41%
G=88.64%
B=7.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6156140.9600.910.39123.292.5931.76
Hex69CE6005B277b5d20
Octal62341614001334717313540
Binary11010011100111011000000101101110011111110111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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