Shades of Trendy Green #807D16
Tints of Trendy Green #807D16
RGB
CMYK
RGB Variations
Color information
#807D16 (or 0x807D16) is known color: Trendy Green. HEX triplet: 80, 7D and 16. RGB value is (128,125,22). Sum of RGB (Red+Green+Blue) = 128+125+22=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #807D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807D16 is #7F82E9. Grayscale: #727272. Windows color (decimal): -8356586 or 1473920. OLE color: 1473920.
HSL color Cylindrical-coordinate representation of color #807D16: hue angle of 58.3º 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 #807D16 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 22 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.50 |
| HSL | 58.3º | 0.71% | 0.29% | - |
| HSV(B) | 58.3º | 0.83% | 0.5% | - |
| XYZ | 16.38 | 19.31 | 3.62 | - |
| YUV | 114.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 22 | 0 | 0.02 | 0.83 | 0.50 | 58.3 | 0.71 | 0.29 |
| Hex | 80 | 7D | 16 | 0 | 2 | 53 | 32 | 3A | 47 | 1D |
| Octal | 200 | 175 | 26 | 0 | 2 | 123 | 62 | 72 | 107 | 35 |
| Binary | 10000000 | 1111101 | 10110 | 0 | 10 | 1010011 | 110010 | 111010 | 1000111 | 11101 |
Color Harmonies of #807D16
Complementary color
Monochromatic Colors of #807D16
Black with #807D16
Text Example
Text Example
White with #807D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D16; }
p { color: rgb(128,125,22); }
H1.HeaderClassName
{
color: #807D16;
}
.AnyTagClassName
{
color: #807D16;
}
</style>
background-color css
<style>
a { background-color: #807D16; }
a { background-color: rgb(128,125,22); }
div.DivClassName
{
background-color: #807D16;
}
.BgClassName
{
background-color: #807D16;
}
</style>
border-color css
<style>
span { border-color: #807D16; }
span { border-color: rgb(128,125,22); }
td.TdClassName
{
border-color: #807D16;
}
.TagClassName
{
border-color: #807D16;
}
</style>