#069504

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

Shades of Islamic Green #069504

Tints of Islamic Green #069504

Color information

#069504 (or 0x069504) is unknown color: approx Islamic Green. HEX triplet: 06, 95 and 04. RGB value is (6,149,4). Sum of RGB (Red+Green+Blue) = 6+149+4=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 149 (58.59% from 255 or 93.71% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 149 - color contains mainly: green. Hex color #069504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069504 is #F96AFB. Grayscale: #5A5A5A. Windows color (decimal): -16345852 or 300294. OLE color: 300294.

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

Color convert

RGB61494-
CMYK0.9600.970.42
HSL119.17º94.77%30%-
HSV(B)119.17º97.32%58.43%-
XYZ10.8421.543.7-
YUV89.7179.6268.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 149 (58.59% from 255) = 93.71%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=3.77%
G=93.71%
B=2.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal614940.9600.970.42119.1794.7730
Hex6954600612A775f1e
Octal6225414001415216713736
Binary110100101011001100000011000011010101110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069504; }

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

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

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

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

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

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

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

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