Shades of Trendy Green #85871F
Tints of Trendy Green #85871F
RGB
CMYK
RGB Variations
Color information
#85871F (or 0x85871F) is known color: Trendy Green. HEX triplet: 85, 87 and 1F. RGB value is (133,135,31). Sum of RGB (Red+Green+Blue) = 133+135+31=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #85871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85871F is #7A78E0. Grayscale: #7A7A7A. Windows color (decimal): -8026337 or 2066309. OLE color: 2066309.
HSL color Cylindrical-coordinate representation of color #85871F: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85871F is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 31 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.47 |
| HSL | 61.15º | 0.63% | 0.33% | - |
| HSV(B) | 61.15º | 0.77% | 0.53% | - |
| XYZ | 18.58 | 22.41 | 4.64 | - |
| YUV | 122.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 31 | 0.01 | 0 | 0.77 | 0.47 | 61.15 | 0.63 | 0.33 |
| Hex | 85 | 87 | 1F | 1 | 0 | 4D | 2F | 3D | 3F | 21 |
| Octal | 205 | 207 | 37 | 1 | 0 | 115 | 57 | 75 | 77 | 41 |
| Binary | 10000101 | 10000111 | 11111 | 1 | 0 | 1001101 | 101111 | 111101 | 111111 | 100001 |
Color Harmonies of #85871F
Complementary color
Monochromatic Colors of #85871F
Black with #85871F
Text Example
Text Example
White with #85871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85871F; }
p { color: rgb(133,135,31); }
H1.HeaderClassName
{
color: #85871F;
}
.AnyTagClassName
{
color: #85871F;
}
</style>
background-color css
<style>
a { background-color: #85871F; }
a { background-color: rgb(133,135,31); }
div.DivClassName
{
background-color: #85871F;
}
.BgClassName
{
background-color: #85871F;
}
</style>
border-color css
<style>
span { border-color: #85871F; }
span { border-color: rgb(133,135,31); }
td.TdClassName
{
border-color: #85871F;
}
.TagClassName
{
border-color: #85871F;
}
</style>