Shades of Trendy Green #80871F
Tints of Trendy Green #80871F
RGB
CMYK
RGB Variations
Color information
#80871F (or 0x80871F) is known color: Trendy Green. HEX triplet: 80, 87 and 1F. RGB value is (128,135,31). Sum of RGB (Red+Green+Blue) = 128+135+31=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #80871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80871F is #7F78E0. Grayscale: #797979. Windows color (decimal): -8354017 or 2066304. OLE color: 2066304.
HSL color Cylindrical-coordinate representation of color #80871F: hue angle of 64.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80871F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 31 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.47 |
| HSL | 64.04º | 0.63% | 0.33% | - |
| HSV(B) | 64.04º | 0.77% | 0.53% | - |
| XYZ | 17.81 | 22.02 | 4.61 | - |
| YUV | 121.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 31 | 0.05 | 0 | 0.77 | 0.47 | 64.04 | 0.63 | 0.33 |
| Hex | 80 | 87 | 1F | 5 | 0 | 4D | 2F | 40 | 3F | 21 |
| Octal | 200 | 207 | 37 | 5 | 0 | 115 | 57 | 100 | 77 | 41 |
| Binary | 10000000 | 10000111 | 11111 | 101 | 0 | 1001101 | 101111 | 1000000 | 111111 | 100001 |
Color Harmonies of #80871F
Complementary color
Monochromatic Colors of #80871F
Black with #80871F
Text Example
Text Example
White with #80871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80871F; }
p { color: rgb(128,135,31); }
H1.HeaderClassName
{
color: #80871F;
}
.AnyTagClassName
{
color: #80871F;
}
</style>
background-color css
<style>
a { background-color: #80871F; }
a { background-color: rgb(128,135,31); }
div.DivClassName
{
background-color: #80871F;
}
.BgClassName
{
background-color: #80871F;
}
</style>
border-color css
<style>
span { border-color: #80871F; }
span { border-color: rgb(128,135,31); }
td.TdClassName
{
border-color: #80871F;
}
.TagClassName
{
border-color: #80871F;
}
</style>