Shades of Trendy Green #808016
Tints of Trendy Green #808016
RGB
CMYK
RGB Variations
Color information
#808016 (or 0x808016) is known color: Trendy Green. HEX triplet: 80, 80 and 16. RGB value is (128,128,22). Sum of RGB (Red+Green+Blue) = 128+128+22=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808016 is #7F7FE9. Grayscale: #747474. Windows color (decimal): -8355818 or 1474688. OLE color: 1474688.
HSL color Cylindrical-coordinate representation of color #808016: hue angle of 60º 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 #808016 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 22 | - |
| CMYK | 0 | 0 | 0.83 | 0.50 |
| HSL | 60º | 0.71% | 0.29% | - |
| HSV(B) | 60º | 0.83% | 0.5% | - |
| XYZ | 16.77 | 20.09 | 3.75 | - |
| YUV | 115.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 22 | 0 | 0 | 0.83 | 0.50 | 60 | 0.71 | 0.29 |
| Hex | 80 | 80 | 16 | 0 | 0 | 53 | 32 | 3C | 47 | 1D |
| Octal | 200 | 200 | 26 | 0 | 0 | 123 | 62 | 74 | 107 | 35 |
| Binary | 10000000 | 10000000 | 10110 | 0 | 0 | 1010011 | 110010 | 111100 | 1000111 | 11101 |
Color Harmonies of #808016
Complementary color
Monochromatic Colors of #808016
Black with #808016
Text Example
Text Example
White with #808016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808016; }
p { color: rgb(128,128,22); }
H1.HeaderClassName
{
color: #808016;
}
.AnyTagClassName
{
color: #808016;
}
</style>
background-color css
<style>
a { background-color: #808016; }
a { background-color: rgb(128,128,22); }
div.DivClassName
{
background-color: #808016;
}
.BgClassName
{
background-color: #808016;
}
</style>
border-color css
<style>
span { border-color: #808016; }
span { border-color: rgb(128,128,22); }
td.TdClassName
{
border-color: #808016;
}
.TagClassName
{
border-color: #808016;
}
</style>