Html Css Color HEX #069012 Islamic Green

📋 copy color: '#069012'

red 6 ◦ green 144 ◦ blue 18

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

Shades of Islamic Green #069012

Tints of Islamic Green #069012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 3.57%
G = 85.71%
B = 10.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#069012 (or 0x069012) is known color: Islamic Green. HEX triplet: 06, 90 and 12. RGB value is (6,144,18). Sum of RGB (Red+Green+Blue) = 6+144+18=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 144 (56.64% from 255 or 85.71% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 144 - color contains mainly: green. Hex color #069012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069012 is #F96FED. Grayscale: #585858. Windows color (decimal): -16347118 or 1216518. OLE color: 1216518.

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

Color convert

RGB 6 144 18 -
CMYK 0.96 0 0.88 0.44
HSL 125.22º 0.92% 0.29% -
HSV(B) 125.22º 0.96% 0.56% -
XYZ 10.16 20.03 3.9 -
YUV 88.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 6 144 18 0.96 0 0.88 0.44 125.22 0.92 0.29
Hex 6 90 12 60 0 58 2C 7D 5C 1D
Octal 6 220 22 140 0 130 54 175 134 35
Binary 110 10010000 10010 1100000 0 1011000 101100 1111101 1011100 11101

Color Harmonies of #069012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069012

Black with #069012

Text Example


Text Example

White with #069012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069012; }

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

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

background-color css

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

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

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

border-color css

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

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

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