Html Css Color HEX #069E01 Islamic Green

📋 copy color: '#069E01'

red 6 ◦ green 158 ◦ blue 1

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

Shades of Islamic Green #069E01

Tints of Islamic Green #069E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 95.76%

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

R = 3.64%
G = 95.76%
B = 0.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#069E01 (or 0x069E01) is known color: Islamic Green. HEX triplet: 06, 9E and 01. RGB value is (6,158,1). Sum of RGB (Red+Green+Blue) = 6+158+1=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 158 (62.11% from 255 or 95.76% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 158 - color contains mainly: green. Hex color #069E01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069E01 is #F961FE. Grayscale: #5F5F5F. Windows color (decimal): -16343551 or 105990. OLE color: 105990.

HSL color Cylindrical-coordinate representation of color #069E01: hue angle of 118.09º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #069E01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 158 1 -
CMYK 0.96 0 0.99 0.38
HSL 118.09º 0.99% 0.31% -
HSV(B) 118.09º 0.99% 0.62% -
XYZ 12.31 24.49 4.11 -
YUV 94.65 75.14 64.77 -
System Red Green Blue C M Y K H S L
Decimal 6 158 1 0.96 0 0.99 0.38 118.09 0.99 0.31
Hex 6 9E 1 60 0 63 26 76 63 1F
Octal 6 236 1 140 0 143 46 166 143 37
Binary 110 10011110 1 1100000 0 1100011 100110 1110110 1100011 11111

Color Harmonies of #069E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E01

Black with #069E01

Text Example


Text Example

White with #069E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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