Shades of Trendy Green #807F16
Tints of Trendy Green #807F16
RGB
CMYK
RGB Variations
Color information
#807F16 (or 0x807F16) is known color: Trendy Green. HEX triplet: 80, 7F and 16. RGB value is (128,127,22). Sum of RGB (Red+Green+Blue) = 128+127+22=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #807F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807F16 is #7F80E9. Grayscale: #737373. Windows color (decimal): -8356074 or 1474432. OLE color: 1474432.
HSL color Cylindrical-coordinate representation of color #807F16: hue angle of 59.43º 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 #807F16 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 22 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.50 |
| HSL | 59.43º | 0.71% | 0.29% | - |
| HSV(B) | 59.43º | 0.83% | 0.5% | - |
| XYZ | 16.64 | 19.83 | 3.71 | - |
| YUV | 115.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 22 | 0 | 0.01 | 0.83 | 0.50 | 59.43 | 0.71 | 0.29 |
| Hex | 80 | 7F | 16 | 0 | 1 | 53 | 32 | 3B | 47 | 1D |
| Octal | 200 | 177 | 26 | 0 | 1 | 123 | 62 | 73 | 107 | 35 |
| Binary | 10000000 | 1111111 | 10110 | 0 | 1 | 1010011 | 110010 | 111011 | 1000111 | 11101 |
Color Harmonies of #807F16
Complementary color
Monochromatic Colors of #807F16
Black with #807F16
Text Example
Text Example
White with #807F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F16; }
p { color: rgb(128,127,22); }
H1.HeaderClassName
{
color: #807F16;
}
.AnyTagClassName
{
color: #807F16;
}
</style>
background-color css
<style>
a { background-color: #807F16; }
a { background-color: rgb(128,127,22); }
div.DivClassName
{
background-color: #807F16;
}
.BgClassName
{
background-color: #807F16;
}
</style>
border-color css
<style>
span { border-color: #807F16; }
span { border-color: rgb(128,127,22); }
td.TdClassName
{
border-color: #807F16;
}
.TagClassName
{
border-color: #807F16;
}
</style>