Html Css Color HEX #069020 Forest Green

📋 copy color: '#069020'

red 6 ◦ green 144 ◦ blue 32

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

Shades of Forest Green #069020

Tints of Forest Green #069020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 3.3%
G = 79.12%
B = 17.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#069020 (or 0x069020) is known color: Forest Green. HEX triplet: 06, 90 and 20. RGB value is (6,144,32). Sum of RGB (Red+Green+Blue) = 6+144+32=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 144 (56.64% from 255 or 79.12% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 144 - color contains mainly: green. Hex color #069020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069020 is #F96FDF. Grayscale: #5A5A5A. Windows color (decimal): -16347104 or 2134022. OLE color: 2134022.

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

Color convert

RGB 6 144 32 -
CMYK 0.96 0 0.78 0.44
HSL 131.3º 0.92% 0.29% -
HSV(B) 131.3º 0.96% 0.56% -
XYZ 10.31 20.09 4.7 -
YUV 89.97 95.28 68.11 -
System Red Green Blue C M Y K H S L
Decimal 6 144 32 0.96 0 0.78 0.44 131.3 0.92 0.29
Hex 6 90 20 60 0 4E 2C 83 5C 1D
Octal 6 220 40 140 0 116 54 203 134 35
Binary 110 10010000 100000 1100000 0 1001110 101100 10000011 1011100 11101

Color Harmonies of #069020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069020

Black with #069020

Text Example


Text Example

White with #069020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069020; }

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

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

background-color css

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

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

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

border-color css

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

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

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