Shades of Trendy Green #858022
Tints of Trendy Green #858022
RGB
CMYK
RGB Variations
Color information
#858022 (or 0x858022) is known color: Trendy Green. HEX triplet: 85, 80 and 22. RGB value is (133,128,34). Sum of RGB (Red+Green+Blue) = 133+128+34=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #858022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858022 is #7A7FDD. Grayscale: #777777. Windows color (decimal): -8028126 or 2261125. OLE color: 2261125.
HSL color Cylindrical-coordinate representation of color #858022: hue angle of 56.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #858022 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 34 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.48 |
| HSL | 56.97º | 0.59% | 0.33% | - |
| HSV(B) | 56.97º | 0.74% | 0.52% | - |
| XYZ | 17.68 | 20.54 | 4.55 | - |
| YUV | 118.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 34 | 0 | 0.04 | 0.74 | 0.48 | 56.97 | 0.59 | 0.33 |
| Hex | 85 | 80 | 22 | 0 | 4 | 4A | 30 | 39 | 3B | 21 |
| Octal | 205 | 200 | 42 | 0 | 4 | 112 | 60 | 71 | 73 | 41 |
| Binary | 10000101 | 10000000 | 100010 | 0 | 100 | 1001010 | 110000 | 111001 | 111011 | 100001 |
Color Harmonies of #858022
Complementary color
Monochromatic Colors of #858022
Black with #858022
Text Example
Text Example
White with #858022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858022; }
p { color: rgb(133,128,34); }
H1.HeaderClassName
{
color: #858022;
}
.AnyTagClassName
{
color: #858022;
}
</style>
background-color css
<style>
a { background-color: #858022; }
a { background-color: rgb(133,128,34); }
div.DivClassName
{
background-color: #858022;
}
.BgClassName
{
background-color: #858022;
}
</style>
border-color css
<style>
span { border-color: #858022; }
span { border-color: rgb(133,128,34); }
td.TdClassName
{
border-color: #858022;
}
.TagClassName
{
border-color: #858022;
}
</style>