Html Css Color HEX #069320 Forest Green

📋 copy color: '#069320'

red 6 ◦ green 147 ◦ blue 32

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

Shades of Forest Green #069320

Tints of Forest Green #069320

RGB

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

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

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

R = 3.24%
G = 79.46%
B = 17.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#069320 (or 0x069320) is known color: Forest Green. HEX triplet: 06, 93 and 20. RGB value is (6,147,32). Sum of RGB (Red+Green+Blue) = 6+147+32=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #069320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069320 is #F96CDF. Grayscale: #5C5C5C. Windows color (decimal): -16346336 or 2134790. OLE color: 2134790.

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

Color convert

RGB 6 147 32 -
CMYK 0.96 0 0.78 0.42
HSL 131.06º 0.92% 0.3% -
HSV(B) 131.06º 0.96% 0.58% -
XYZ 10.77 21.01 4.85 -
YUV 91.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 6 147 32 0.96 0 0.78 0.42 131.06 0.92 0.3
Hex 6 93 20 60 0 4E 2A 83 5C 1E
Octal 6 223 40 140 0 116 52 203 134 36
Binary 110 10010011 100000 1100000 0 1001110 101010 10000011 1011100 11110

Color Harmonies of #069320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069320

Black with #069320

Text Example


Text Example

White with #069320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069320; }

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

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

background-color css

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

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

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

border-color css

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

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

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