Shades of Trendy Green #85871E
Tints of Trendy Green #85871E
RGB
CMYK
RGB Variations
Color information
#85871E (or 0x85871E) is known color: Trendy Green. HEX triplet: 85, 87 and 1E. RGB value is (133,135,30). Sum of RGB (Red+Green+Blue) = 133+135+30=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #85871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85871E is #7A78E1. Grayscale: #7A7A7A. Windows color (decimal): -8026338 or 2000773. OLE color: 2000773.
HSL color Cylindrical-coordinate representation of color #85871E: hue angle of 61.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85871E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 30 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.47 |
| HSL | 61.14º | 0.64% | 0.32% | - |
| HSV(B) | 61.14º | 0.78% | 0.53% | - |
| XYZ | 18.57 | 22.41 | 4.57 | - |
| YUV | 122.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 30 | 0.01 | 0 | 0.78 | 0.47 | 61.14 | 0.64 | 0.32 |
| Hex | 85 | 87 | 1E | 1 | 0 | 4E | 2F | 3D | 40 | 20 |
| Octal | 205 | 207 | 36 | 1 | 0 | 116 | 57 | 75 | 100 | 40 |
| Binary | 10000101 | 10000111 | 11110 | 1 | 0 | 1001110 | 101111 | 111101 | 1000000 | 100000 |
Color Harmonies of #85871E
Complementary color
Monochromatic Colors of #85871E
Black with #85871E
Text Example
Text Example
White with #85871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85871E; }
p { color: rgb(133,135,30); }
H1.HeaderClassName
{
color: #85871E;
}
.AnyTagClassName
{
color: #85871E;
}
</style>
background-color css
<style>
a { background-color: #85871E; }
a { background-color: rgb(133,135,30); }
div.DivClassName
{
background-color: #85871E;
}
.BgClassName
{
background-color: #85871E;
}
</style>
border-color css
<style>
span { border-color: #85871E; }
span { border-color: rgb(133,135,30); }
td.TdClassName
{
border-color: #85871E;
}
.TagClassName
{
border-color: #85871E;
}
</style>