Html Css Color HEX #069102 Islamic Green

📋 copy color: '#069102'

red 6 ◦ green 145 ◦ blue 2

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

Shades of Islamic Green #069102

Tints of Islamic Green #069102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 94.77%

 BLUE value IS 2 (1.17% from 255) = 1.31%

R = 3.92%
G = 94.77%
B = 1.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#069102 (or 0x069102) is known color: Islamic Green. HEX triplet: 06, 91 and 02. RGB value is (6,145,2). Sum of RGB (Red+Green+Blue) = 6+145+2=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 145 (57.03% from 255 or 94.77% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 145 - color contains mainly: green. Hex color #069102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069102 is #F96EFD. Grayscale: #575757. Windows color (decimal): -16346878 or 168198. OLE color: 168198.

HSL color Cylindrical-coordinate representation of color #069102: hue angle of 118.32º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #069102 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 2 -
CMYK 0.96 0 0.99 0.43
HSL 118.32º 0.97% 0.29% -
HSV(B) 118.32º 0.99% 0.57% -
XYZ 10.21 20.29 3.44 -
YUV 87.14 79.95 70.13 -
System Red Green Blue C M Y K H S L
Decimal 6 145 2 0.96 0 0.99 0.43 118.32 0.97 0.29
Hex 6 91 2 60 0 63 2B 76 61 1D
Octal 6 221 2 140 0 143 53 166 141 35
Binary 110 10010001 10 1100000 0 1100011 101011 1110110 1100001 11101

Color Harmonies of #069102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069102

Black with #069102

Text Example


Text Example

White with #069102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069102; }

 p { color: rgb(6,145,2); }

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

background-color css

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

 a { background-color: rgb(6,145,2); }

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

border-color css

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

 span { border-color: rgb(6,145,2); }

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