Shades of Trendy Green #807C16
Tints of Trendy Green #807C16
RGB
CMYK
RGB Variations
Color information
#807C16 (or 0x807C16) is known color: Trendy Green. HEX triplet: 80, 7C and 16. RGB value is (128,124,22). Sum of RGB (Red+Green+Blue) = 128+124+22=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #807C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C16 is #7F83E9. Grayscale: #717171. Windows color (decimal): -8356842 or 1473664. OLE color: 1473664.
HSL color Cylindrical-coordinate representation of color #807C16: hue angle of 57.74º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #807C16 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 22 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.50 |
| HSL | 57.74º | 0.71% | 0.29% | - |
| HSV(B) | 57.74º | 0.83% | 0.5% | - |
| XYZ | 16.25 | 19.06 | 3.58 | - |
| YUV | 113.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 22 | 0 | 0.03 | 0.83 | 0.50 | 57.74 | 0.71 | 0.29 |
| Hex | 80 | 7C | 16 | 0 | 3 | 53 | 32 | 3A | 47 | 1D |
| Octal | 200 | 174 | 26 | 0 | 3 | 123 | 62 | 72 | 107 | 35 |
| Binary | 10000000 | 1111100 | 10110 | 0 | 11 | 1010011 | 110010 | 111010 | 1000111 | 11101 |
Color Harmonies of #807C16
Complementary color
Monochromatic Colors of #807C16
Black with #807C16
Text Example
Text Example
White with #807C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C16; }
p { color: rgb(128,124,22); }
H1.HeaderClassName
{
color: #807C16;
}
.AnyTagClassName
{
color: #807C16;
}
</style>
background-color css
<style>
a { background-color: #807C16; }
a { background-color: rgb(128,124,22); }
div.DivClassName
{
background-color: #807C16;
}
.BgClassName
{
background-color: #807C16;
}
</style>
border-color css
<style>
span { border-color: #807C16; }
span { border-color: rgb(128,124,22); }
td.TdClassName
{
border-color: #807C16;
}
.TagClassName
{
border-color: #807C16;
}
</style>