Shades of Trendy Green #807D15
Tints of Trendy Green #807D15
RGB
CMYK
RGB Variations
Color information
#807D15 (or 0x807D15) is known color: Trendy Green. HEX triplet: 80, 7D and 15. RGB value is (128,125,21). Sum of RGB (Red+Green+Blue) = 128+125+21=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #807D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807D15 is #7F82EA. Grayscale: #727272. Windows color (decimal): -8356587 or 1408384. OLE color: 1408384.
HSL color Cylindrical-coordinate representation of color #807D15: hue angle of 58.32º 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 #807D15 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 21 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.50 |
| HSL | 58.32º | 0.72% | 0.29% | - |
| HSV(B) | 58.32º | 0.84% | 0.5% | - |
| XYZ | 16.37 | 19.31 | 3.57 | - |
| YUV | 114.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 21 | 0 | 0.02 | 0.84 | 0.50 | 58.32 | 0.72 | 0.29 |
| Hex | 80 | 7D | 15 | 0 | 2 | 54 | 32 | 3A | 48 | 1D |
| Octal | 200 | 175 | 25 | 0 | 2 | 124 | 62 | 72 | 110 | 35 |
| Binary | 10000000 | 1111101 | 10101 | 0 | 10 | 1010100 | 110010 | 111010 | 1001000 | 11101 |
Color Harmonies of #807D15
Complementary color
Monochromatic Colors of #807D15
Black with #807D15
Text Example
Text Example
White with #807D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D15; }
p { color: rgb(128,125,21); }
H1.HeaderClassName
{
color: #807D15;
}
.AnyTagClassName
{
color: #807D15;
}
</style>
background-color css
<style>
a { background-color: #807D15; }
a { background-color: rgb(128,125,21); }
div.DivClassName
{
background-color: #807D15;
}
.BgClassName
{
background-color: #807D15;
}
</style>
border-color css
<style>
span { border-color: #807D15; }
span { border-color: rgb(128,125,21); }
td.TdClassName
{
border-color: #807D15;
}
.TagClassName
{
border-color: #807D15;
}
</style>