Shades of Trendy Green #858015
Tints of Trendy Green #858015
RGB
CMYK
RGB Variations
Color information
#858015 (or 0x858015) is known color: Trendy Green. HEX triplet: 85, 80 and 15. RGB value is (133,128,21). Sum of RGB (Red+Green+Blue) = 133+128+21=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #858015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858015 is #7A7FEA. Grayscale: #757575. Windows color (decimal): -8028139 or 1409157. OLE color: 1409157.
HSL color Cylindrical-coordinate representation of color #858015: hue angle of 57.32º 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 #858015 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 21 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.48 |
| HSL | 57.32º | 0.73% | 0.3% | - |
| HSV(B) | 57.32º | 0.84% | 0.52% | - |
| XYZ | 17.53 | 20.48 | 3.74 | - |
| YUV | 117.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 21 | 0 | 0.04 | 0.84 | 0.48 | 57.32 | 0.73 | 0.3 |
| Hex | 85 | 80 | 15 | 0 | 4 | 54 | 30 | 39 | 49 | 1E |
| Octal | 205 | 200 | 25 | 0 | 4 | 124 | 60 | 71 | 111 | 36 |
| Binary | 10000101 | 10000000 | 10101 | 0 | 100 | 1010100 | 110000 | 111001 | 1001001 | 11110 |
Color Harmonies of #858015
Complementary color
Monochromatic Colors of #858015
Black with #858015
Text Example
Text Example
White with #858015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858015; }
p { color: rgb(133,128,21); }
H1.HeaderClassName
{
color: #858015;
}
.AnyTagClassName
{
color: #858015;
}
</style>
background-color css
<style>
a { background-color: #858015; }
a { background-color: rgb(133,128,21); }
div.DivClassName
{
background-color: #858015;
}
.BgClassName
{
background-color: #858015;
}
</style>
border-color css
<style>
span { border-color: #858015; }
span { border-color: rgb(133,128,21); }
td.TdClassName
{
border-color: #858015;
}
.TagClassName
{
border-color: #858015;
}
</style>