Shades of Trendy Green #85842C
Tints of Trendy Green #85842C
RGB
CMYK
RGB Variations
Color information
#85842C (or 0x85842C) is known color: Trendy Green. HEX triplet: 85, 84 and 2C. RGB value is (133,132,44). Sum of RGB (Red+Green+Blue) = 133+132+44=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85842C is #7A7BD3. Grayscale: #7A7A7A. Windows color (decimal): -8027092 or 2917509. OLE color: 2917509.
HSL color Cylindrical-coordinate representation of color #85842C: hue angle of 59.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85842C is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 44 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.48 |
| HSL | 59.33º | 0.5% | 0.35% | - |
| HSV(B) | 59.33º | 0.67% | 0.52% | - |
| XYZ | 18.38 | 21.67 | 5.6 | - |
| YUV | 122.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 44 | 0 | 0.01 | 0.67 | 0.48 | 59.33 | 0.5 | 0.35 |
| Hex | 85 | 84 | 2C | 0 | 1 | 43 | 30 | 3B | 32 | 23 |
| Octal | 205 | 204 | 54 | 0 | 1 | 103 | 60 | 73 | 62 | 43 |
| Binary | 10000101 | 10000100 | 101100 | 0 | 1 | 1000011 | 110000 | 111011 | 110010 | 100011 |
Color Harmonies of #85842C
Complementary color
Monochromatic Colors of #85842C
Black with #85842C
Text Example
Text Example
White with #85842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85842C; }
p { color: rgb(133,132,44); }
H1.HeaderClassName
{
color: #85842C;
}
.AnyTagClassName
{
color: #85842C;
}
</style>
background-color css
<style>
a { background-color: #85842C; }
a { background-color: rgb(133,132,44); }
div.DivClassName
{
background-color: #85842C;
}
.BgClassName
{
background-color: #85842C;
}
</style>
border-color css
<style>
span { border-color: #85842C; }
span { border-color: rgb(133,132,44); }
td.TdClassName
{
border-color: #85842C;
}
.TagClassName
{
border-color: #85842C;
}
</style>