Html Css Color HEX #069010 Islamic Green

📋 copy color: '#069010'

red 6 ◦ green 144 ◦ blue 16

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

Shades of Islamic Green #069010

Tints of Islamic Green #069010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 86.75%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 3.61%
G = 86.75%
B = 9.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#069010 (or 0x069010) is known color: Islamic Green. HEX triplet: 06, 90 and 10. RGB value is (6,144,16). Sum of RGB (Red+Green+Blue) = 6+144+16=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 144 (56.64% from 255 or 86.75% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 144 - color contains mainly: green. Hex color #069010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069010 is #F96FEF. Grayscale: #585858. Windows color (decimal): -16347120 or 1085446. OLE color: 1085446.

HSL color Cylindrical-coordinate representation of color #069010: hue angle of 124.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069010 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 16 -
CMYK 0.96 0 0.89 0.44
HSL 124.35º 0.92% 0.29% -
HSV(B) 124.35º 0.96% 0.56% -
XYZ 10.14 20.02 3.82 -
YUV 88.15 87.28 69.41 -
System Red Green Blue C M Y K H S L
Decimal 6 144 16 0.96 0 0.89 0.44 124.35 0.92 0.29
Hex 6 90 10 60 0 59 2C 7C 5C 1D
Octal 6 220 20 140 0 131 54 174 134 35
Binary 110 10010000 10000 1100000 0 1011001 101100 1111100 1011100 11101

Color Harmonies of #069010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069010

Black with #069010

Text Example


Text Example

White with #069010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069010; }

 p { color: rgb(6,144,16); }

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

background-color css

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

 a { background-color: rgb(6,144,16); }

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

border-color css

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

 span { border-color: rgb(6,144,16); }

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