#069B0C

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

Shades of Islamic Green #069B0C

Tints of Islamic Green #069B0C

Color information

#069B0C (or 0x069B0C) is unknown color: approx Islamic Green. HEX triplet: 06, 9B and 0C. RGB value is (6,155,12). Sum of RGB (Red+Green+Blue) = 6+155+12=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 155 (60.94% from 255 or 89.60% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 155 - color contains mainly: green. Hex color #069B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069B0C is #F964F3. Grayscale: #5E5E5E. Windows color (decimal): -16344308 or 826118. OLE color: 826118.

HSL color Cylindrical-coordinate representation of color #069B0C: hue angle of 122.42º 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 #069B0C is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB615512-
CMYK0.9600.920.39
HSL122.42º92.55%31.57%-
HSV(B)122.42º96.13%60.78%-
XYZ11.8623.514.26-
YUV94.1581.6465.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 155 (60.94% from 255) = 89.60%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=3.47%
G=89.60%
B=6.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155120.9600.920.39122.4292.5531.57
Hex69BC6005C277a5d20
Octal62331414001344717213540
Binary11010011011110011000000101110010011111110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,155,12); }

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

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

 a { background-color: rgb(6,155,12); }

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

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

 span { border-color: rgb(6,155,12); }

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