Shades of Trendy Green #85882A
Tints of Trendy Green #85882A
RGB
CMYK
RGB Variations
Color information
#85882A (or 0x85882A) is known color: Trendy Green. HEX triplet: 85, 88 and 2A. RGB value is (133,136,42). Sum of RGB (Red+Green+Blue) = 133+136+42=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #85882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85882A is #7A77D5. Grayscale: #7C7C7C. Windows color (decimal): -8026070 or 2787461. OLE color: 2787461.
HSL color Cylindrical-coordinate representation of color #85882A: hue angle of 61.91º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85882A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 42 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.47 |
| HSL | 61.91º | 0.53% | 0.35% | - |
| HSV(B) | 61.91º | 0.69% | 0.53% | - |
| XYZ | 18.89 | 22.76 | 5.59 | - |
| YUV | 124.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 42 | 0.02 | 0 | 0.69 | 0.47 | 61.91 | 0.53 | 0.35 |
| Hex | 85 | 88 | 2A | 2 | 0 | 45 | 2F | 3E | 35 | 23 |
| Octal | 205 | 210 | 52 | 2 | 0 | 105 | 57 | 76 | 65 | 43 |
| Binary | 10000101 | 10001000 | 101010 | 10 | 0 | 1000101 | 101111 | 111110 | 110101 | 100011 |
Color Harmonies of #85882A
Complementary color
Monochromatic Colors of #85882A
Black with #85882A
Text Example
Text Example
White with #85882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85882A; }
p { color: rgb(133,136,42); }
H1.HeaderClassName
{
color: #85882A;
}
.AnyTagClassName
{
color: #85882A;
}
</style>
background-color css
<style>
a { background-color: #85882A; }
a { background-color: rgb(133,136,42); }
div.DivClassName
{
background-color: #85882A;
}
.BgClassName
{
background-color: #85882A;
}
</style>
border-color css
<style>
span { border-color: #85882A; }
span { border-color: rgb(133,136,42); }
td.TdClassName
{
border-color: #85882A;
}
.TagClassName
{
border-color: #85882A;
}
</style>