Shades of Trendy Green #807B16
Tints of Trendy Green #807B16
RGB
CMYK
RGB Variations
Color information
#807B16 (or 0x807B16) is known color: Trendy Green. HEX triplet: 80, 7B and 16. RGB value is (128,123,22). Sum of RGB (Red+Green+Blue) = 128+123+22=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #807B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807B16 is #7F84E9. Grayscale: #717171. Windows color (decimal): -8357098 or 1473408. OLE color: 1473408.
HSL color Cylindrical-coordinate representation of color #807B16: hue angle of 57.17º 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 #807B16 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 22 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.50 |
| HSL | 57.17º | 0.71% | 0.29% | - |
| HSV(B) | 57.17º | 0.83% | 0.5% | - |
| XYZ | 16.13 | 18.81 | 3.54 | - |
| YUV | 112.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 22 | 0 | 0.04 | 0.83 | 0.50 | 57.17 | 0.71 | 0.29 |
| Hex | 80 | 7B | 16 | 0 | 4 | 53 | 32 | 39 | 47 | 1D |
| Octal | 200 | 173 | 26 | 0 | 4 | 123 | 62 | 71 | 107 | 35 |
| Binary | 10000000 | 1111011 | 10110 | 0 | 100 | 1010011 | 110010 | 111001 | 1000111 | 11101 |
Color Harmonies of #807B16
Complementary color
Monochromatic Colors of #807B16
Black with #807B16
Text Example
Text Example
White with #807B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B16; }
p { color: rgb(128,123,22); }
H1.HeaderClassName
{
color: #807B16;
}
.AnyTagClassName
{
color: #807B16;
}
</style>
background-color css
<style>
a { background-color: #807B16; }
a { background-color: rgb(128,123,22); }
div.DivClassName
{
background-color: #807B16;
}
.BgClassName
{
background-color: #807B16;
}
</style>
border-color css
<style>
span { border-color: #807B16; }
span { border-color: rgb(128,123,22); }
td.TdClassName
{
border-color: #807B16;
}
.TagClassName
{
border-color: #807B16;
}
</style>