Shades of Trendy Green #857F15
Tints of Trendy Green #857F15
RGB
CMYK
RGB Variations
Color information
#857F15 (or 0x857F15) is known color: Trendy Green. HEX triplet: 85, 7F and 15. RGB value is (133,127,21). Sum of RGB (Red+Green+Blue) = 133+127+21=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #857F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857F15 is #7A80EA. Grayscale: #757575. Windows color (decimal): -8028395 or 1408901. OLE color: 1408901.
HSL color Cylindrical-coordinate representation of color #857F15: hue angle of 56.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #857F15 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 21 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.48 |
| HSL | 56.79º | 0.73% | 0.3% | - |
| HSV(B) | 56.79º | 0.84% | 0.52% | - |
| XYZ | 17.4 | 20.22 | 3.7 | - |
| YUV | 116.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 21 | 0 | 0.05 | 0.84 | 0.48 | 56.79 | 0.73 | 0.3 |
| Hex | 85 | 7F | 15 | 0 | 5 | 54 | 30 | 39 | 49 | 1E |
| Octal | 205 | 177 | 25 | 0 | 5 | 124 | 60 | 71 | 111 | 36 |
| Binary | 10000101 | 1111111 | 10101 | 0 | 101 | 1010100 | 110000 | 111001 | 1001001 | 11110 |
Color Harmonies of #857F15
Complementary color
Monochromatic Colors of #857F15
Black with #857F15
Text Example
Text Example
White with #857F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F15; }
p { color: rgb(133,127,21); }
H1.HeaderClassName
{
color: #857F15;
}
.AnyTagClassName
{
color: #857F15;
}
</style>
background-color css
<style>
a { background-color: #857F15; }
a { background-color: rgb(133,127,21); }
div.DivClassName
{
background-color: #857F15;
}
.BgClassName
{
background-color: #857F15;
}
</style>
border-color css
<style>
span { border-color: #857F15; }
span { border-color: rgb(133,127,21); }
td.TdClassName
{
border-color: #857F15;
}
.TagClassName
{
border-color: #857F15;
}
</style>