Html Css Color HEX #20770A Forest Green

📋 copy color: '#20770A'

red 32 ◦ green 119 ◦ blue 10

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

Shades of Forest Green #20770A

Tints of Forest Green #20770A

RGB

 RED value IS 32 (12.89% from 255) = 19.88%

 GREEN value IS 119 (46.88% from 255) = 73.91%

 BLUE value IS 10 (4.3% from 255) = 6.21%

R = 19.88%
G = 73.91%
B = 6.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#20770A (or 0x20770A) is known color: Forest Green. HEX triplet: 20, 77 and 0A. RGB value is (32,119,10). Sum of RGB (Red+Green+Blue) = 32+119+10=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #20770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20770A is #DF88F5. Grayscale: #505050. Windows color (decimal): -14649590 or 685856. OLE color: 685856.

HSL color Cylindrical-coordinate representation of color #20770A: hue angle of 107.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20770A is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 119 10 -
CMYK 0.73 0 0.92 0.53
HSL 107.89º 0.84% 0.25% -
HSV(B) 107.89º 0.92% 0.47% -
XYZ 7.25 13.52 2.52 -
YUV 80.56 88.18 93.36 -
System Red Green Blue C M Y K H S L
Decimal 32 119 10 0.73 0 0.92 0.53 107.89 0.84 0.25
Hex 20 77 A 49 0 5C 35 6C 54 19
Octal 40 167 12 111 0 134 65 154 124 31
Binary 100000 1110111 1010 1001001 0 1011100 110101 1101100 1010100 11001

Color Harmonies of #20770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20770A

Black with #20770A

Text Example


Text Example

White with #20770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20770A; }

 p { color: rgb(32,119,10); }

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

background-color css

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

 a { background-color: rgb(32,119,10); }

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

border-color css

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

 span { border-color: rgb(32,119,10); }

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