Shades of Trendy Green #858822
Tints of Trendy Green #858822
RGB
CMYK
RGB Variations
Color information
#858822 (or 0x858822) is known color: Trendy Green. HEX triplet: 85, 88 and 22. RGB value is (133,136,34). Sum of RGB (Red+Green+Blue) = 133+136+34=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #858822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858822 is #7A77DD. Grayscale: #7B7B7B. Windows color (decimal): -8026078 or 2263173. OLE color: 2263173.
HSL color Cylindrical-coordinate representation of color #858822: hue angle of 61.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #858822 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 34 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.47 |
| HSL | 61.76º | 0.6% | 0.33% | - |
| HSV(B) | 61.76º | 0.75% | 0.53% | - |
| XYZ | 18.77 | 22.71 | 4.91 | - |
| YUV | 123.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 34 | 0.02 | 0 | 0.75 | 0.47 | 61.76 | 0.6 | 0.33 |
| Hex | 85 | 88 | 22 | 2 | 0 | 4B | 2F | 3E | 3C | 21 |
| Octal | 205 | 210 | 42 | 2 | 0 | 113 | 57 | 76 | 74 | 41 |
| Binary | 10000101 | 10001000 | 100010 | 10 | 0 | 1001011 | 101111 | 111110 | 111100 | 100001 |
Color Harmonies of #858822
Complementary color
Monochromatic Colors of #858822
Black with #858822
Text Example
Text Example
White with #858822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858822; }
p { color: rgb(133,136,34); }
H1.HeaderClassName
{
color: #858822;
}
.AnyTagClassName
{
color: #858822;
}
</style>
background-color css
<style>
a { background-color: #858822; }
a { background-color: rgb(133,136,34); }
div.DivClassName
{
background-color: #858822;
}
.BgClassName
{
background-color: #858822;
}
</style>
border-color css
<style>
span { border-color: #858822; }
span { border-color: rgb(133,136,34); }
td.TdClassName
{
border-color: #858822;
}
.TagClassName
{
border-color: #858822;
}
</style>