Shades of Trendy Green #858720
Tints of Trendy Green #858720
RGB
CMYK
RGB Variations
Color information
#858720 (or 0x858720) is known color: Trendy Green. HEX triplet: 85, 87 and 20. RGB value is (133,135,32). Sum of RGB (Red+Green+Blue) = 133+135+32=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #858720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858720 is #7A78DF. Grayscale: #7B7B7B. Windows color (decimal): -8026336 or 2131845. OLE color: 2131845.
HSL color Cylindrical-coordinate representation of color #858720: hue angle of 61.17º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #858720 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 32 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.47 |
| HSL | 61.17º | 0.62% | 0.33% | - |
| HSV(B) | 61.17º | 0.76% | 0.53% | - |
| XYZ | 18.6 | 22.42 | 4.71 | - |
| YUV | 122.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 32 | 0.01 | 0 | 0.76 | 0.47 | 61.17 | 0.62 | 0.33 |
| Hex | 85 | 87 | 20 | 1 | 0 | 4C | 2F | 3D | 3E | 21 |
| Octal | 205 | 207 | 40 | 1 | 0 | 114 | 57 | 75 | 76 | 41 |
| Binary | 10000101 | 10000111 | 100000 | 1 | 0 | 1001100 | 101111 | 111101 | 111110 | 100001 |
Color Harmonies of #858720
Complementary color
Monochromatic Colors of #858720
Black with #858720
Text Example
Text Example
White with #858720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858720; }
p { color: rgb(133,135,32); }
H1.HeaderClassName
{
color: #858720;
}
.AnyTagClassName
{
color: #858720;
}
</style>
background-color css
<style>
a { background-color: #858720; }
a { background-color: rgb(133,135,32); }
div.DivClassName
{
background-color: #858720;
}
.BgClassName
{
background-color: #858720;
}
</style>
border-color css
<style>
span { border-color: #858720; }
span { border-color: rgb(133,135,32); }
td.TdClassName
{
border-color: #858720;
}
.TagClassName
{
border-color: #858720;
}
</style>