Shades of Trendy Green #807C20
Tints of Trendy Green #807C20
RGB
CMYK
RGB Variations
Color information
#807C20 (or 0x807C20) is known color: Trendy Green. HEX triplet: 80, 7C and 20. RGB value is (128,124,32). Sum of RGB (Red+Green+Blue) = 128+124+32=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C20 is #7F83DF. Grayscale: #737373. Windows color (decimal): -8356832 or 2129024. OLE color: 2129024.
HSL color Cylindrical-coordinate representation of color #807C20: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #807C20 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 32 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.50 |
| HSL | 57.5º | 0.6% | 0.31% | - |
| HSV(B) | 57.5º | 0.75% | 0.5% | - |
| XYZ | 16.37 | 19.11 | 4.19 | - |
| YUV | 114.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 32 | 0 | 0.03 | 0.75 | 0.50 | 57.5 | 0.6 | 0.31 |
| Hex | 80 | 7C | 20 | 0 | 3 | 4B | 32 | 3A | 3C | 1F |
| Octal | 200 | 174 | 40 | 0 | 3 | 113 | 62 | 72 | 74 | 37 |
| Binary | 10000000 | 1111100 | 100000 | 0 | 11 | 1001011 | 110010 | 111010 | 111100 | 11111 |
Color Harmonies of #807C20
Complementary color
Monochromatic Colors of #807C20
Black with #807C20
Text Example
Text Example
White with #807C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C20; }
p { color: rgb(128,124,32); }
H1.HeaderClassName
{
color: #807C20;
}
.AnyTagClassName
{
color: #807C20;
}
</style>
background-color css
<style>
a { background-color: #807C20; }
a { background-color: rgb(128,124,32); }
div.DivClassName
{
background-color: #807C20;
}
.BgClassName
{
background-color: #807C20;
}
</style>
border-color css
<style>
span { border-color: #807C20; }
span { border-color: rgb(128,124,32); }
td.TdClassName
{
border-color: #807C20;
}
.TagClassName
{
border-color: #807C20;
}
</style>