Shades of Trendy Green #858128
Tints of Trendy Green #858128
RGB
CMYK
RGB Variations
Color information
#858128 (or 0x858128) is known color: Trendy Green. HEX triplet: 85, 81 and 28. RGB value is (133,129,40). Sum of RGB (Red+Green+Blue) = 133+129+40=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #858128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858128 is #7A7ED7. Grayscale: #787878. Windows color (decimal): -8027864 or 2654597. OLE color: 2654597.
HSL color Cylindrical-coordinate representation of color #858128: hue angle of 57.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #858128 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 40 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.48 |
| HSL | 57.42º | 0.54% | 0.34% | - |
| HSV(B) | 57.42º | 0.7% | 0.52% | - |
| XYZ | 17.91 | 20.84 | 5.09 | - |
| YUV | 120.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 40 | 0 | 0.03 | 0.70 | 0.48 | 57.42 | 0.54 | 0.34 |
| Hex | 85 | 81 | 28 | 0 | 3 | 46 | 30 | 39 | 36 | 22 |
| Octal | 205 | 201 | 50 | 0 | 3 | 106 | 60 | 71 | 66 | 42 |
| Binary | 10000101 | 10000001 | 101000 | 0 | 11 | 1000110 | 110000 | 111001 | 110110 | 100010 |
Color Harmonies of #858128
Complementary color
Monochromatic Colors of #858128
Black with #858128
Text Example
Text Example
White with #858128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858128; }
p { color: rgb(133,129,40); }
H1.HeaderClassName
{
color: #858128;
}
.AnyTagClassName
{
color: #858128;
}
</style>
background-color css
<style>
a { background-color: #858128; }
a { background-color: rgb(133,129,40); }
div.DivClassName
{
background-color: #858128;
}
.BgClassName
{
background-color: #858128;
}
</style>
border-color css
<style>
span { border-color: #858128; }
span { border-color: rgb(133,129,40); }
td.TdClassName
{
border-color: #858128;
}
.TagClassName
{
border-color: #858128;
}
</style>