Shades of Trendy Green #857C16
Tints of Trendy Green #857C16
RGB
CMYK
RGB Variations
Color information
#857C16 (or 0x857C16) is known color: Trendy Green. HEX triplet: 85, 7C and 16. RGB value is (133,124,22). Sum of RGB (Red+Green+Blue) = 133+124+22=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #857C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C16 is #7A83E9. Grayscale: #737373. Windows color (decimal): -8029162 or 1473669. OLE color: 1473669.
HSL color Cylindrical-coordinate representation of color #857C16: hue angle of 55.14º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #857C16 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 22 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.48 |
| HSL | 55.14º | 0.72% | 0.3% | - |
| HSV(B) | 55.14º | 0.83% | 0.52% | - |
| XYZ | 17.03 | 19.46 | 3.62 | - |
| YUV | 115.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 22 | 0 | 0.07 | 0.83 | 0.48 | 55.14 | 0.72 | 0.3 |
| Hex | 85 | 7C | 16 | 0 | 7 | 53 | 30 | 37 | 48 | 1E |
| Octal | 205 | 174 | 26 | 0 | 7 | 123 | 60 | 67 | 110 | 36 |
| Binary | 10000101 | 1111100 | 10110 | 0 | 111 | 1010011 | 110000 | 110111 | 1001000 | 11110 |
Color Harmonies of #857C16
Complementary color
Monochromatic Colors of #857C16
Black with #857C16
Text Example
Text Example
White with #857C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C16; }
p { color: rgb(133,124,22); }
H1.HeaderClassName
{
color: #857C16;
}
.AnyTagClassName
{
color: #857C16;
}
</style>
background-color css
<style>
a { background-color: #857C16; }
a { background-color: rgb(133,124,22); }
div.DivClassName
{
background-color: #857C16;
}
.BgClassName
{
background-color: #857C16;
}
</style>
border-color css
<style>
span { border-color: #857C16; }
span { border-color: rgb(133,124,22); }
td.TdClassName
{
border-color: #857C16;
}
.TagClassName
{
border-color: #857C16;
}
</style>