Shades of Trendy Green #80811E
Tints of Trendy Green #80811E
RGB
CMYK
RGB Variations
Color information
#80811E (or 0x80811E) is known color: Trendy Green. HEX triplet: 80, 81 and 1E. RGB value is (128,129,30). Sum of RGB (Red+Green+Blue) = 128+129+30=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #80811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80811E is #7F7EE1. Grayscale: #757575. Windows color (decimal): -8355554 or 1999232. OLE color: 1999232.
HSL color Cylindrical-coordinate representation of color #80811E: hue angle of 60.61º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80811E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 30 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.49 |
| HSL | 60.61º | 0.62% | 0.31% | - |
| HSV(B) | 60.61º | 0.77% | 0.51% | - |
| XYZ | 16.99 | 20.38 | 4.27 | - |
| YUV | 117.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 30 | 0.01 | 0 | 0.77 | 0.49 | 60.61 | 0.62 | 0.31 |
| Hex | 80 | 81 | 1E | 1 | 0 | 4D | 31 | 3D | 3E | 1F |
| Octal | 200 | 201 | 36 | 1 | 0 | 115 | 61 | 75 | 76 | 37 |
| Binary | 10000000 | 10000001 | 11110 | 1 | 0 | 1001101 | 110001 | 111101 | 111110 | 11111 |
Color Harmonies of #80811E
Complementary color
Monochromatic Colors of #80811E
Black with #80811E
Text Example
Text Example
White with #80811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80811E; }
p { color: rgb(128,129,30); }
H1.HeaderClassName
{
color: #80811E;
}
.AnyTagClassName
{
color: #80811E;
}
</style>
background-color css
<style>
a { background-color: #80811E; }
a { background-color: rgb(128,129,30); }
div.DivClassName
{
background-color: #80811E;
}
.BgClassName
{
background-color: #80811E;
}
</style>
border-color css
<style>
span { border-color: #80811E; }
span { border-color: rgb(128,129,30); }
td.TdClassName
{
border-color: #80811E;
}
.TagClassName
{
border-color: #80811E;
}
</style>