Shades of Trendy Green #85872C
Tints of Trendy Green #85872C
RGB
CMYK
RGB Variations
Color information
#85872C (or 0x85872C) is known color: Trendy Green. HEX triplet: 85, 87 and 2C. RGB value is (133,135,44). Sum of RGB (Red+Green+Blue) = 133+135+44=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #85872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85872C is #7A78D3. Grayscale: #7C7C7C. Windows color (decimal): -8026324 or 2918277. OLE color: 2918277.
HSL color Cylindrical-coordinate representation of color #85872C: hue angle of 61.32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85872C is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 44 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.47 |
| HSL | 61.32º | 0.51% | 0.35% | - |
| HSV(B) | 61.32º | 0.67% | 0.53% | - |
| XYZ | 18.79 | 22.5 | 5.73 | - |
| YUV | 124.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 44 | 0.01 | 0 | 0.67 | 0.47 | 61.32 | 0.51 | 0.35 |
| Hex | 85 | 87 | 2C | 1 | 0 | 43 | 2F | 3D | 33 | 23 |
| Octal | 205 | 207 | 54 | 1 | 0 | 103 | 57 | 75 | 63 | 43 |
| Binary | 10000101 | 10000111 | 101100 | 1 | 0 | 1000011 | 101111 | 111101 | 110011 | 100011 |
Color Harmonies of #85872C
Complementary color
Monochromatic Colors of #85872C
Black with #85872C
Text Example
Text Example
White with #85872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85872C; }
p { color: rgb(133,135,44); }
H1.HeaderClassName
{
color: #85872C;
}
.AnyTagClassName
{
color: #85872C;
}
</style>
background-color css
<style>
a { background-color: #85872C; }
a { background-color: rgb(133,135,44); }
div.DivClassName
{
background-color: #85872C;
}
.BgClassName
{
background-color: #85872C;
}
</style>
border-color css
<style>
span { border-color: #85872C; }
span { border-color: rgb(133,135,44); }
td.TdClassName
{
border-color: #85872C;
}
.TagClassName
{
border-color: #85872C;
}
</style>