Html Css Color HEX #069310 Islamic Green

📋 copy color: '#069310'

red 6 ◦ green 147 ◦ blue 16

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

Shades of Islamic Green #069310

Tints of Islamic Green #069310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 86.98%

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

R = 3.55%
G = 86.98%
B = 9.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#069310 (or 0x069310) is known color: Islamic Green. HEX triplet: 06, 93 and 10. RGB value is (6,147,16). Sum of RGB (Red+Green+Blue) = 6+147+16=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 147 (57.81% from 255 or 86.98% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 147 - color contains mainly: green. Hex color #069310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069310 is #F96CEF. Grayscale: #5A5A5A. Windows color (decimal): -16346352 or 1086214. OLE color: 1086214.

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

Color convert

RGB 6 147 16 -
CMYK 0.96 0 0.89 0.42
HSL 124.26º 0.92% 0.3% -
HSV(B) 124.26º 0.96% 0.58% -
XYZ 10.6 20.94 3.97 -
YUV 89.91 86.29 68.15 -
System Red Green Blue C M Y K H S L
Decimal 6 147 16 0.96 0 0.89 0.42 124.26 0.92 0.3
Hex 6 93 10 60 0 59 2A 7C 5C 1E
Octal 6 223 20 140 0 131 52 174 134 36
Binary 110 10010011 10000 1100000 0 1011001 101010 1111100 1011100 11110

Color Harmonies of #069310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069310

Black with #069310

Text Example


Text Example

White with #069310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069310; }

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

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

background-color css

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

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

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

border-color css

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

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

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