Shades of Trendy Green #80872B
Tints of Trendy Green #80872B
RGB
CMYK
RGB Variations
Color information
#80872B (or 0x80872B) is known color: Trendy Green. HEX triplet: 80, 87 and 2B. RGB value is (128,135,43). Sum of RGB (Red+Green+Blue) = 128+135+43=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #80872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80872B is #7F78D4. Grayscale: #7A7A7A. Windows color (decimal): -8354005 or 2852736. OLE color: 2852736.
HSL color Cylindrical-coordinate representation of color #80872B: hue angle of 64.57º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80872B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 43 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.47 |
| HSL | 64.57º | 0.52% | 0.35% | - |
| HSV(B) | 64.57º | 0.68% | 0.53% | - |
| XYZ | 18 | 22.09 | 5.6 | - |
| YUV | 122.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 43 | 0.05 | 0 | 0.68 | 0.47 | 64.57 | 0.52 | 0.35 |
| Hex | 80 | 87 | 2B | 5 | 0 | 44 | 2F | 41 | 34 | 23 |
| Octal | 200 | 207 | 53 | 5 | 0 | 104 | 57 | 101 | 64 | 43 |
| Binary | 10000000 | 10000111 | 101011 | 101 | 0 | 1000100 | 101111 | 1000001 | 110100 | 100011 |
Color Harmonies of #80872B
Complementary color
Monochromatic Colors of #80872B
Black with #80872B
Text Example
Text Example
White with #80872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80872B; }
p { color: rgb(128,135,43); }
H1.HeaderClassName
{
color: #80872B;
}
.AnyTagClassName
{
color: #80872B;
}
</style>
background-color css
<style>
a { background-color: #80872B; }
a { background-color: rgb(128,135,43); }
div.DivClassName
{
background-color: #80872B;
}
.BgClassName
{
background-color: #80872B;
}
</style>
border-color css
<style>
span { border-color: #80872B; }
span { border-color: rgb(128,135,43); }
td.TdClassName
{
border-color: #80872B;
}
.TagClassName
{
border-color: #80872B;
}
</style>