Shades of Trendy Green #808B16
Tints of Trendy Green #808B16
RGB
CMYK
RGB Variations
Color information
#808B16 (or 0x808B16) is known color: Trendy Green. HEX triplet: 80, 8B and 16. RGB value is (128,139,22). Sum of RGB (Red+Green+Blue) = 128+139+22=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #808B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B16 is #7F74E9. Grayscale: #7A7A7A. Windows color (decimal): -8353002 or 1477504. OLE color: 1477504.
HSL color Cylindrical-coordinate representation of color #808B16: hue angle of 65.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #808B16 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 22 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.45 |
| HSL | 65.64º | 0.73% | 0.32% | - |
| HSV(B) | 65.64º | 0.84% | 0.55% | - |
| XYZ | 18.28 | 23.11 | 4.26 | - |
| YUV | 122.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 22 | 0.08 | 0 | 0.84 | 0.45 | 65.64 | 0.73 | 0.32 |
| Hex | 80 | 8B | 16 | 8 | 0 | 54 | 2D | 42 | 49 | 20 |
| Octal | 200 | 213 | 26 | 10 | 0 | 124 | 55 | 102 | 111 | 40 |
| Binary | 10000000 | 10001011 | 10110 | 1000 | 0 | 1010100 | 101101 | 1000010 | 1001001 | 100000 |
Color Harmonies of #808B16
Complementary color
Monochromatic Colors of #808B16
Black with #808B16
Text Example
Text Example
White with #808B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B16; }
p { color: rgb(128,139,22); }
H1.HeaderClassName
{
color: #808B16;
}
.AnyTagClassName
{
color: #808B16;
}
</style>
background-color css
<style>
a { background-color: #808B16; }
a { background-color: rgb(128,139,22); }
div.DivClassName
{
background-color: #808B16;
}
.BgClassName
{
background-color: #808B16;
}
</style>
border-color css
<style>
span { border-color: #808B16; }
span { border-color: rgb(128,139,22); }
td.TdClassName
{
border-color: #808B16;
}
.TagClassName
{
border-color: #808B16;
}
</style>