Shades of Trendy Green #85892E
Tints of Trendy Green #85892E
RGB
CMYK
RGB Variations
Color information
#85892E (or 0x85892E) is known color: Trendy Green. HEX triplet: 85, 89 and 2E. RGB value is (133,137,46). Sum of RGB (Red+Green+Blue) = 133+137+46=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #85892E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85892E is #7A76D1. Grayscale: #7D7D7D. Windows color (decimal): -8025810 or 3049861. OLE color: 3049861.
HSL color Cylindrical-coordinate representation of color #85892E: hue angle of 62.64º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85892E is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 46 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.46 |
| HSL | 62.64º | 0.5% | 0.36% | - |
| HSV(B) | 62.64º | 0.66% | 0.54% | - |
| XYZ | 19.11 | 23.08 | 6.03 | - |
| YUV | 125.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 46 | 0.03 | 0 | 0.66 | 0.46 | 62.64 | 0.5 | 0.36 |
| Hex | 85 | 89 | 2E | 3 | 0 | 42 | 2E | 3F | 32 | 24 |
| Octal | 205 | 211 | 56 | 3 | 0 | 102 | 56 | 77 | 62 | 44 |
| Binary | 10000101 | 10001001 | 101110 | 11 | 0 | 1000010 | 101110 | 111111 | 110010 | 100100 |
Color Harmonies of #85892E
Complementary color
Monochromatic Colors of #85892E
Black with #85892E
Text Example
Text Example
White with #85892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85892E; }
p { color: rgb(133,137,46); }
H1.HeaderClassName
{
color: #85892E;
}
.AnyTagClassName
{
color: #85892E;
}
</style>
background-color css
<style>
a { background-color: #85892E; }
a { background-color: rgb(133,137,46); }
div.DivClassName
{
background-color: #85892E;
}
.BgClassName
{
background-color: #85892E;
}
</style>
border-color css
<style>
span { border-color: #85892E; }
span { border-color: rgb(133,137,46); }
td.TdClassName
{
border-color: #85892E;
}
.TagClassName
{
border-color: #85892E;
}
</style>