Shades of Trendy Green #85802A
Tints of Trendy Green #85802A
RGB
CMYK
RGB Variations
Color information
#85802A (or 0x85802A) is known color: Trendy Green. HEX triplet: 85, 80 and 2A. RGB value is (133,128,42). Sum of RGB (Red+Green+Blue) = 133+128+42=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #85802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85802A is #7A7FD5. Grayscale: #787878. Windows color (decimal): -8028118 or 2785413. OLE color: 2785413.
HSL color Cylindrical-coordinate representation of color #85802A: hue angle of 56.7º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85802A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 42 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.48 |
| HSL | 56.7º | 0.52% | 0.34% | - |
| HSV(B) | 56.7º | 0.68% | 0.52% | - |
| XYZ | 17.81 | 20.59 | 5.23 | - |
| YUV | 119.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 42 | 0 | 0.04 | 0.68 | 0.48 | 56.7 | 0.52 | 0.34 |
| Hex | 85 | 80 | 2A | 0 | 4 | 44 | 30 | 39 | 34 | 22 |
| Octal | 205 | 200 | 52 | 0 | 4 | 104 | 60 | 71 | 64 | 42 |
| Binary | 10000101 | 10000000 | 101010 | 0 | 100 | 1000100 | 110000 | 111001 | 110100 | 100010 |
Color Harmonies of #85802A
Complementary color
Monochromatic Colors of #85802A
Black with #85802A
Text Example
Text Example
White with #85802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85802A; }
p { color: rgb(133,128,42); }
H1.HeaderClassName
{
color: #85802A;
}
.AnyTagClassName
{
color: #85802A;
}
</style>
background-color css
<style>
a { background-color: #85802A; }
a { background-color: rgb(133,128,42); }
div.DivClassName
{
background-color: #85802A;
}
.BgClassName
{
background-color: #85802A;
}
</style>
border-color css
<style>
span { border-color: #85802A; }
span { border-color: rgb(133,128,42); }
td.TdClassName
{
border-color: #85802A;
}
.TagClassName
{
border-color: #85802A;
}
</style>