#069502

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

Shades of Islamic Green #069502

Tints of Islamic Green #069502

Color information

#069502 (or 0x069502) is unknown color: approx Islamic Green. HEX triplet: 06, 95 and 02. RGB value is (6,149,2). Sum of RGB (Red+Green+Blue) = 6+149+2=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 149 (58.59% from 255 or 94.90% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 149 - color contains mainly: green. Hex color #069502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069502 is #F96AFD. Grayscale: #595959. Windows color (decimal): -16345854 or 169222. OLE color: 169222.

HSL color Cylindrical-coordinate representation of color #069502: hue angle of 118.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #069502 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB61492-
CMYK0.9600.990.42
HSL118.37º97.35%29.61%-
HSV(B)118.37º98.66%58.43%-
XYZ10.8321.543.64-
YUV89.4878.6268.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 149 (58.59% from 255) = 94.90%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=3.82%
G=94.90%
B=1.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal614920.9600.990.42118.3797.3529.61
Hex6952600632A76611e
Octal6225214001435216614136
Binary11010010101101100000011000111010101110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069502; }

 p { color: rgb(6,149,2); }

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

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

 a { background-color: rgb(6,149,2); }

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

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

 span { border-color: rgb(6,149,2); }

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