Shades of Trendy Green #807F15
Tints of Trendy Green #807F15
RGB
CMYK
RGB Variations
Color information
#807F15 (or 0x807F15) is known color: Trendy Green. HEX triplet: 80, 7F and 15. RGB value is (128,127,21). Sum of RGB (Red+Green+Blue) = 128+127+21=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #807F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807F15 is #7F80EA. Grayscale: #737373. Windows color (decimal): -8356075 or 1408896. OLE color: 1408896.
HSL color Cylindrical-coordinate representation of color #807F15: hue angle of 59.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #807F15 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 21 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.50 |
| HSL | 59.44º | 0.72% | 0.29% | - |
| HSV(B) | 59.44º | 0.84% | 0.5% | - |
| XYZ | 16.63 | 19.82 | 3.66 | - |
| YUV | 115.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 21 | 0 | 0.01 | 0.84 | 0.50 | 59.44 | 0.72 | 0.29 |
| Hex | 80 | 7F | 15 | 0 | 1 | 54 | 32 | 3B | 48 | 1D |
| Octal | 200 | 177 | 25 | 0 | 1 | 124 | 62 | 73 | 110 | 35 |
| Binary | 10000000 | 1111111 | 10101 | 0 | 1 | 1010100 | 110010 | 111011 | 1001000 | 11101 |
Color Harmonies of #807F15
Complementary color
Monochromatic Colors of #807F15
Black with #807F15
Text Example
Text Example
White with #807F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F15; }
p { color: rgb(128,127,21); }
H1.HeaderClassName
{
color: #807F15;
}
.AnyTagClassName
{
color: #807F15;
}
</style>
background-color css
<style>
a { background-color: #807F15; }
a { background-color: rgb(128,127,21); }
div.DivClassName
{
background-color: #807F15;
}
.BgClassName
{
background-color: #807F15;
}
</style>
border-color css
<style>
span { border-color: #807F15; }
span { border-color: rgb(128,127,21); }
td.TdClassName
{
border-color: #807F15;
}
.TagClassName
{
border-color: #807F15;
}
</style>