Html Css Color HEX #069001 Islamic Green

📋 copy color: '#069001'

red 6 ◦ green 144 ◦ blue 1

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

Shades of Islamic Green #069001

Tints of Islamic Green #069001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 3.97%
G = 95.36%
B = 0.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#069001 (or 0x069001) is known color: Islamic Green. HEX triplet: 06, 90 and 01. RGB value is (6,144,1). Sum of RGB (Red+Green+Blue) = 6+144+1=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 144 (56.64% from 255 or 95.36% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 144 - color contains mainly: green. Hex color #069001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069001 is #F96FFE. Grayscale: #565656. Windows color (decimal): -16347135 or 102406. OLE color: 102406.

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

Color convert

RGB 6 144 1 -
CMYK 0.96 0 0.99 0.44
HSL 117.9º 0.99% 0.28% -
HSV(B) 117.9º 0.99% 0.56% -
XYZ 10.05 19.99 3.36 -
YUV 86.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 6 144 1 0.96 0 0.99 0.44 117.9 0.99 0.28
Hex 6 90 1 60 0 63 2C 76 63 1C
Octal 6 220 1 140 0 143 54 166 143 34
Binary 110 10010000 1 1100000 0 1100011 101100 1110110 1100011 11100

Color Harmonies of #069001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069001

Black with #069001

Text Example


Text Example

White with #069001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069001; }

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

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

background-color css

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

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

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

border-color css

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

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

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