Shades of Trendy Green #85882F
Tints of Trendy Green #85882F
RGB
CMYK
RGB Variations
Color information
#85882F (or 0x85882F) is known color: Trendy Green. HEX triplet: 85, 88 and 2F. RGB value is (133,136,47). Sum of RGB (Red+Green+Blue) = 133+136+47=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #85882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85882F is #7A77D0. Grayscale: #7D7D7D. Windows color (decimal): -8026065 or 3115141. OLE color: 3115141.
HSL color Cylindrical-coordinate representation of color #85882F: hue angle of 62.02º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85882F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 47 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.47 |
| HSL | 62.02º | 0.49% | 0.36% | - |
| HSV(B) | 62.02º | 0.65% | 0.53% | - |
| XYZ | 18.99 | 22.8 | 6.09 | - |
| YUV | 124.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 47 | 0.02 | 0 | 0.65 | 0.47 | 62.02 | 0.49 | 0.36 |
| Hex | 85 | 88 | 2F | 2 | 0 | 41 | 2F | 3E | 31 | 24 |
| Octal | 205 | 210 | 57 | 2 | 0 | 101 | 57 | 76 | 61 | 44 |
| Binary | 10000101 | 10001000 | 101111 | 10 | 0 | 1000001 | 101111 | 111110 | 110001 | 100100 |
Color Harmonies of #85882F
Complementary color
Monochromatic Colors of #85882F
Black with #85882F
Text Example
Text Example
White with #85882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85882F; }
p { color: rgb(133,136,47); }
H1.HeaderClassName
{
color: #85882F;
}
.AnyTagClassName
{
color: #85882F;
}
</style>
background-color css
<style>
a { background-color: #85882F; }
a { background-color: rgb(133,136,47); }
div.DivClassName
{
background-color: #85882F;
}
.BgClassName
{
background-color: #85882F;
}
</style>
border-color css
<style>
span { border-color: #85882F; }
span { border-color: rgb(133,136,47); }
td.TdClassName
{
border-color: #85882F;
}
.TagClassName
{
border-color: #85882F;
}
</style>