Shades of Trendy Green #85892C
Tints of Trendy Green #85892C
RGB
CMYK
RGB Variations
Color information
#85892C (or 0x85892C) is known color: Trendy Green. HEX triplet: 85, 89 and 2C. RGB value is (133,137,44). Sum of RGB (Red+Green+Blue) = 133+137+44=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #85892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85892C is #7A76D3. Grayscale: #7D7D7D. Windows color (decimal): -8025812 or 2918789. OLE color: 2918789.
HSL color Cylindrical-coordinate representation of color #85892C: hue angle of 62.58º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85892C is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 44 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.46 |
| HSL | 62.58º | 0.51% | 0.35% | - |
| HSV(B) | 62.58º | 0.68% | 0.54% | - |
| XYZ | 19.07 | 23.06 | 5.83 | - |
| YUV | 125.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 44 | 0.03 | 0 | 0.68 | 0.46 | 62.58 | 0.51 | 0.35 |
| Hex | 85 | 89 | 2C | 3 | 0 | 44 | 2E | 3F | 33 | 23 |
| Octal | 205 | 211 | 54 | 3 | 0 | 104 | 56 | 77 | 63 | 43 |
| Binary | 10000101 | 10001001 | 101100 | 11 | 0 | 1000100 | 101110 | 111111 | 110011 | 100011 |
Color Harmonies of #85892C
Complementary color
Monochromatic Colors of #85892C
Black with #85892C
Text Example
Text Example
White with #85892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85892C; }
p { color: rgb(133,137,44); }
H1.HeaderClassName
{
color: #85892C;
}
.AnyTagClassName
{
color: #85892C;
}
</style>
background-color css
<style>
a { background-color: #85892C; }
a { background-color: rgb(133,137,44); }
div.DivClassName
{
background-color: #85892C;
}
.BgClassName
{
background-color: #85892C;
}
</style>
border-color css
<style>
span { border-color: #85892C; }
span { border-color: rgb(133,137,44); }
td.TdClassName
{
border-color: #85892C;
}
.TagClassName
{
border-color: #85892C;
}
</style>