Shades of Trendy Green #857E28
Tints of Trendy Green #857E28
RGB
CMYK
RGB Variations
Color information
#857E28 (or 0x857E28) is known color: Trendy Green. HEX triplet: 85, 7E and 28. RGB value is (133,126,40). Sum of RGB (Red+Green+Blue) = 133+126+40=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #857E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E28 is #7A81D7. Grayscale: #767676. Windows color (decimal): -8028632 or 2653829. OLE color: 2653829.
HSL color Cylindrical-coordinate representation of color #857E28: hue angle of 55.48º 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 #857E28 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 40 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.48 |
| HSL | 55.48º | 0.54% | 0.34% | - |
| HSV(B) | 55.48º | 0.7% | 0.52% | - |
| XYZ | 17.52 | 20.06 | 4.96 | - |
| YUV | 118.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 40 | 0 | 0.05 | 0.70 | 0.48 | 55.48 | 0.54 | 0.34 |
| Hex | 85 | 7E | 28 | 0 | 5 | 46 | 30 | 37 | 36 | 22 |
| Octal | 205 | 176 | 50 | 0 | 5 | 106 | 60 | 67 | 66 | 42 |
| Binary | 10000101 | 1111110 | 101000 | 0 | 101 | 1000110 | 110000 | 110111 | 110110 | 100010 |
Color Harmonies of #857E28
Complementary color
Monochromatic Colors of #857E28
Black with #857E28
Text Example
Text Example
White with #857E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E28; }
p { color: rgb(133,126,40); }
H1.HeaderClassName
{
color: #857E28;
}
.AnyTagClassName
{
color: #857E28;
}
</style>
background-color css
<style>
a { background-color: #857E28; }
a { background-color: rgb(133,126,40); }
div.DivClassName
{
background-color: #857E28;
}
.BgClassName
{
background-color: #857E28;
}
</style>
border-color css
<style>
span { border-color: #857E28; }
span { border-color: rgb(133,126,40); }
td.TdClassName
{
border-color: #857E28;
}
.TagClassName
{
border-color: #857E28;
}
</style>