Shades of Trendy Green #85801E
Tints of Trendy Green #85801E
RGB
CMYK
RGB Variations
Color information
#85801E (or 0x85801E) is known color: Trendy Green. HEX triplet: 85, 80 and 1E. RGB value is (133,128,30). Sum of RGB (Red+Green+Blue) = 133+128+30=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85801E is #7A7FE1. Grayscale: #767676. Windows color (decimal): -8028130 or 1998981. OLE color: 1998981.
HSL color Cylindrical-coordinate representation of color #85801E: hue angle of 57.09º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85801E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 30 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.48 |
| HSL | 57.09º | 0.63% | 0.32% | - |
| HSV(B) | 57.09º | 0.77% | 0.52% | - |
| XYZ | 17.63 | 20.52 | 4.26 | - |
| YUV | 118.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 30 | 0 | 0.04 | 0.77 | 0.48 | 57.09 | 0.63 | 0.32 |
| Hex | 85 | 80 | 1E | 0 | 4 | 4D | 30 | 39 | 3F | 20 |
| Octal | 205 | 200 | 36 | 0 | 4 | 115 | 60 | 71 | 77 | 40 |
| Binary | 10000101 | 10000000 | 11110 | 0 | 100 | 1001101 | 110000 | 111001 | 111111 | 100000 |
Color Harmonies of #85801E
Complementary color
Monochromatic Colors of #85801E
Black with #85801E
Text Example
Text Example
White with #85801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85801E; }
p { color: rgb(133,128,30); }
H1.HeaderClassName
{
color: #85801E;
}
.AnyTagClassName
{
color: #85801E;
}
</style>
background-color css
<style>
a { background-color: #85801E; }
a { background-color: rgb(133,128,30); }
div.DivClassName
{
background-color: #85801E;
}
.BgClassName
{
background-color: #85801E;
}
</style>
border-color css
<style>
span { border-color: #85801E; }
span { border-color: rgb(133,128,30); }
td.TdClassName
{
border-color: #85801E;
}
.TagClassName
{
border-color: #85801E;
}
</style>