#069C13

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

Shades of Islamic Green #069C13

Tints of Islamic Green #069C13

Color information

#069C13 (or 0x069C13) is unknown color: approx Islamic Green. HEX triplet: 06, 9C and 13. RGB value is (6,156,19). Sum of RGB (Red+Green+Blue) = 6+156+19=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 156 (61.33% from 255 or 86.19% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 156 - color contains mainly: green. Hex color #069C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069C13 is #F963EC. Grayscale: #5F5F5F. Windows color (decimal): -16344045 or 1285126. OLE color: 1285126.

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

Color convert

RGB615619-
CMYK0.9600.880.39
HSL125.2º92.59%31.76%-
HSV(B)125.2º96.15%61.18%-
XYZ12.0823.864.59-
YUV95.5384.864.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 156 (61.33% from 255) = 86.19%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=3.31%
G=86.19%
B=10.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6156190.9600.880.39125.292.5931.76
Hex69C1360058277d5d20
Octal62342314001304717513540
Binary110100111001001111000000101100010011111111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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