Shades of Trendy Green #858722
Tints of Trendy Green #858722
RGB
CMYK
RGB Variations
Color information
#858722 (or 0x858722) is known color: Trendy Green. HEX triplet: 85, 87 and 22. RGB value is (133,135,34). Sum of RGB (Red+Green+Blue) = 133+135+34=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #858722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858722 is #7A78DD. Grayscale: #7B7B7B. Windows color (decimal): -8026334 or 2262917. OLE color: 2262917.
HSL color Cylindrical-coordinate representation of color #858722: hue angle of 61.19º 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 #858722 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 34 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.47 |
| HSL | 61.19º | 0.6% | 0.33% | - |
| HSV(B) | 61.19º | 0.75% | 0.53% | - |
| XYZ | 18.63 | 22.43 | 4.86 | - |
| YUV | 122.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 34 | 0.01 | 0 | 0.75 | 0.47 | 61.19 | 0.6 | 0.33 |
| Hex | 85 | 87 | 22 | 1 | 0 | 4B | 2F | 3D | 3C | 21 |
| Octal | 205 | 207 | 42 | 1 | 0 | 113 | 57 | 75 | 74 | 41 |
| Binary | 10000101 | 10000111 | 100010 | 1 | 0 | 1001011 | 101111 | 111101 | 111100 | 100001 |
Color Harmonies of #858722
Complementary color
Monochromatic Colors of #858722
Black with #858722
Text Example
Text Example
White with #858722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858722; }
p { color: rgb(133,135,34); }
H1.HeaderClassName
{
color: #858722;
}
.AnyTagClassName
{
color: #858722;
}
</style>
background-color css
<style>
a { background-color: #858722; }
a { background-color: rgb(133,135,34); }
div.DivClassName
{
background-color: #858722;
}
.BgClassName
{
background-color: #858722;
}
</style>
border-color css
<style>
span { border-color: #858722; }
span { border-color: rgb(133,135,34); }
td.TdClassName
{
border-color: #858722;
}
.TagClassName
{
border-color: #858722;
}
</style>