Html Css Color HEX #069301 Islamic Green

📋 copy color: '#069301'

red 6 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #069301

Tints of Islamic Green #069301

RGB

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

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

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

R = 3.9%
G = 95.45%
B = 0.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#069301 (or 0x069301) is known color: Islamic Green. HEX triplet: 06, 93 and 01. RGB value is (6,147,1). Sum of RGB (Red+Green+Blue) = 6+147+1=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 147 (57.81% from 255 or 95.45% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 147 - color contains mainly: green. Hex color #069301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069301 is #F96CFE. Grayscale: #585858. Windows color (decimal): -16346367 or 103174. OLE color: 103174.

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

Color convert

RGB 6 147 1 -
CMYK 0.96 0 0.99 0.42
HSL 117.95º 0.99% 0.29% -
HSV(B) 117.95º 0.99% 0.58% -
XYZ 10.51 20.91 3.51 -
YUV 88.2 78.79 69.37 -
System Red Green Blue C M Y K H S L
Decimal 6 147 1 0.96 0 0.99 0.42 117.95 0.99 0.29
Hex 6 93 1 60 0 63 2A 76 63 1D
Octal 6 223 1 140 0 143 52 166 143 35
Binary 110 10010011 1 1100000 0 1100011 101010 1110110 1100011 11101

Color Harmonies of #069301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069301

Black with #069301

Text Example


Text Example

White with #069301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069301; }

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

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

background-color css

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

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

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

border-color css

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

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

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