Shades of Trendy Green #80881E
Tints of Trendy Green #80881E
RGB
CMYK
RGB Variations
Color information
#80881E (or 0x80881E) is known color: Trendy Green. HEX triplet: 80, 88 and 1E. RGB value is (128,136,30). Sum of RGB (Red+Green+Blue) = 128+136+30=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #80881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80881E is #7F77E1. Grayscale: #797979. Windows color (decimal): -8353762 or 2001024. OLE color: 2001024.
HSL color Cylindrical-coordinate representation of color #80881E: hue angle of 64.53º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80881E is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 30 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.47 |
| HSL | 64.53º | 0.64% | 0.33% | - |
| HSV(B) | 64.53º | 0.78% | 0.53% | - |
| XYZ | 17.94 | 22.29 | 4.59 | - |
| YUV | 121.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 30 | 0.06 | 0 | 0.78 | 0.47 | 64.53 | 0.64 | 0.33 |
| Hex | 80 | 88 | 1E | 6 | 0 | 4E | 2F | 41 | 40 | 21 |
| Octal | 200 | 210 | 36 | 6 | 0 | 116 | 57 | 101 | 100 | 41 |
| Binary | 10000000 | 10001000 | 11110 | 110 | 0 | 1001110 | 101111 | 1000001 | 1000000 | 100001 |
Color Harmonies of #80881E
Complementary color
Monochromatic Colors of #80881E
Black with #80881E
Text Example
Text Example
White with #80881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80881E; }
p { color: rgb(128,136,30); }
H1.HeaderClassName
{
color: #80881E;
}
.AnyTagClassName
{
color: #80881E;
}
</style>
background-color css
<style>
a { background-color: #80881E; }
a { background-color: rgb(128,136,30); }
div.DivClassName
{
background-color: #80881E;
}
.BgClassName
{
background-color: #80881E;
}
</style>
border-color css
<style>
span { border-color: #80881E; }
span { border-color: rgb(128,136,30); }
td.TdClassName
{
border-color: #80881E;
}
.TagClassName
{
border-color: #80881E;
}
</style>