Shades of Trendy Green #858813
Tints of Trendy Green #858813
RGB
CMYK
RGB Variations
Color information
#858813 (or 0x858813) is known color: Trendy Green. HEX triplet: 85, 88 and 13. RGB value is (133,136,19). Sum of RGB (Red+Green+Blue) = 133+136+19=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #858813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858813 is #7A77EC. Grayscale: #7A7A7A. Windows color (decimal): -8026093 or 1280133. OLE color: 1280133.
HSL color Cylindrical-coordinate representation of color #858813: hue angle of 61.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #858813 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 19 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.47 |
| HSL | 61.54º | 0.75% | 0.3% | - |
| HSV(B) | 61.54º | 0.86% | 0.53% | - |
| XYZ | 18.59 | 22.64 | 4.01 | - |
| YUV | 121.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 19 | 0.02 | 0 | 0.86 | 0.47 | 61.54 | 0.75 | 0.3 |
| Hex | 85 | 88 | 13 | 2 | 0 | 56 | 2F | 3E | 4B | 1E |
| Octal | 205 | 210 | 23 | 2 | 0 | 126 | 57 | 76 | 113 | 36 |
| Binary | 10000101 | 10001000 | 10011 | 10 | 0 | 1010110 | 101111 | 111110 | 1001011 | 11110 |
Color Harmonies of #858813
Complementary color
Monochromatic Colors of #858813
Black with #858813
Text Example
Text Example
White with #858813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858813; }
p { color: rgb(133,136,19); }
H1.HeaderClassName
{
color: #858813;
}
.AnyTagClassName
{
color: #858813;
}
</style>
background-color css
<style>
a { background-color: #858813; }
a { background-color: rgb(133,136,19); }
div.DivClassName
{
background-color: #858813;
}
.BgClassName
{
background-color: #858813;
}
</style>
border-color css
<style>
span { border-color: #858813; }
span { border-color: rgb(133,136,19); }
td.TdClassName
{
border-color: #858813;
}
.TagClassName
{
border-color: #858813;
}
</style>