Shades of Trendy Green #858014
Tints of Trendy Green #858014
RGB
CMYK
RGB Variations
Color information
#858014 (or 0x858014) is known color: Trendy Green. HEX triplet: 85, 80 and 14. RGB value is (133,128,20). Sum of RGB (Red+Green+Blue) = 133+128+20=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #858014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858014 is #7A7FEB. Grayscale: #757575. Windows color (decimal): -8028140 or 1343621. OLE color: 1343621.
HSL color Cylindrical-coordinate representation of color #858014: hue angle of 57.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #858014 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 20 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.48 |
| HSL | 57.35º | 0.74% | 0.3% | - |
| HSV(B) | 57.35º | 0.85% | 0.52% | - |
| XYZ | 17.52 | 20.48 | 3.69 | - |
| YUV | 117.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 20 | 0 | 0.04 | 0.85 | 0.48 | 57.35 | 0.74 | 0.3 |
| Hex | 85 | 80 | 14 | 0 | 4 | 55 | 30 | 39 | 4A | 1E |
| Octal | 205 | 200 | 24 | 0 | 4 | 125 | 60 | 71 | 112 | 36 |
| Binary | 10000101 | 10000000 | 10100 | 0 | 100 | 1010101 | 110000 | 111001 | 1001010 | 11110 |
Color Harmonies of #858014
Complementary color
Monochromatic Colors of #858014
Black with #858014
Text Example
Text Example
White with #858014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858014; }
p { color: rgb(133,128,20); }
H1.HeaderClassName
{
color: #858014;
}
.AnyTagClassName
{
color: #858014;
}
</style>
background-color css
<style>
a { background-color: #858014; }
a { background-color: rgb(133,128,20); }
div.DivClassName
{
background-color: #858014;
}
.BgClassName
{
background-color: #858014;
}
</style>
border-color css
<style>
span { border-color: #858014; }
span { border-color: rgb(133,128,20); }
td.TdClassName
{
border-color: #858014;
}
.TagClassName
{
border-color: #858014;
}
</style>