Html Css Color HEX #069505 Islamic Green

📋 copy color: '#069505'

red 6 ◦ green 149 ◦ blue 5

#069505
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #069505

Tints of Islamic Green #069505

RGB

 RED value IS 6 (2.73% from 255) = 3.75%

 GREEN value IS 149 (58.59% from 255) = 93.13%

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 3.75%
G = 93.13%
B = 3.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#069505 (or 0x069505) is known color: Islamic Green. HEX triplet: 06, 95 and 05. RGB value is (6,149,5). Sum of RGB (Red+Green+Blue) = 6+149+5=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 149 (58.59% from 255 or 93.12% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 149 - color contains mainly: green. Hex color #069505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069505 is #F96AFA. Grayscale: #5A5A5A. Windows color (decimal): -16345851 or 365830. OLE color: 365830.

HSL color Cylindrical-coordinate representation of color #069505: hue angle of 119.58º degrees, saturation: 0.94, 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 #069505 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 5 -
CMYK 0.96 0 0.97 0.42
HSL 119.58º 0.94% 0.3% -
HSV(B) 119.58º 0.97% 0.58% -
XYZ 10.85 21.54 3.73 -
YUV 89.83 80.12 68.21 -
System Red Green Blue C M Y K H S L
Decimal 6 149 5 0.96 0 0.97 0.42 119.58 0.94 0.3
Hex 6 95 5 60 0 61 2A 78 5E 1E
Octal 6 225 5 140 0 141 52 170 136 36
Binary 110 10010101 101 1100000 0 1100001 101010 1111000 1011110 11110

Color Harmonies of #069505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069505

Black with #069505

Text Example


Text Example

White with #069505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069505; }

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

 H1.HeaderClassName
 {
   color: #069505;
 }
 .AnyTagClassName
 {
   color: #069505;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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