Shades of Trendy Green #858812
Tints of Trendy Green #858812
RGB
CMYK
RGB Variations
Color information
#858812 (or 0x858812) is known color: Trendy Green. HEX triplet: 85, 88 and 12. RGB value is (133,136,18). Sum of RGB (Red+Green+Blue) = 133+136+18=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #858812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858812 is #7A77ED. Grayscale: #7A7A7A. Windows color (decimal): -8026094 or 1214597. OLE color: 1214597.
HSL color Cylindrical-coordinate representation of color #858812: hue angle of 61.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858812 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 18 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.47 |
| HSL | 61.53º | 0.77% | 0.3% | - |
| HSV(B) | 61.53º | 0.87% | 0.53% | - |
| XYZ | 18.59 | 22.64 | 3.96 | - |
| YUV | 121.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 18 | 0.02 | 0 | 0.87 | 0.47 | 61.53 | 0.77 | 0.3 |
| Hex | 85 | 88 | 12 | 2 | 0 | 57 | 2F | 3E | 4D | 1E |
| Octal | 205 | 210 | 22 | 2 | 0 | 127 | 57 | 76 | 115 | 36 |
| Binary | 10000101 | 10001000 | 10010 | 10 | 0 | 1010111 | 101111 | 111110 | 1001101 | 11110 |
Color Harmonies of #858812
Complementary color
Monochromatic Colors of #858812
Black with #858812
Text Example
Text Example
White with #858812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858812; }
p { color: rgb(133,136,18); }
H1.HeaderClassName
{
color: #858812;
}
.AnyTagClassName
{
color: #858812;
}
</style>
background-color css
<style>
a { background-color: #858812; }
a { background-color: rgb(133,136,18); }
div.DivClassName
{
background-color: #858812;
}
.BgClassName
{
background-color: #858812;
}
</style>
border-color css
<style>
span { border-color: #858812; }
span { border-color: rgb(133,136,18); }
td.TdClassName
{
border-color: #858812;
}
.TagClassName
{
border-color: #858812;
}
</style>