Shades of Trendy Green #858828
Tints of Trendy Green #858828
RGB
CMYK
RGB Variations
Color information
#858828 (or 0x858828) is known color: Trendy Green. HEX triplet: 85, 88 and 28. RGB value is (133,136,40). Sum of RGB (Red+Green+Blue) = 133+136+40=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #858828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858828 is #7A77D7. Grayscale: #7C7C7C. Windows color (decimal): -8026072 or 2656389. OLE color: 2656389.
HSL color Cylindrical-coordinate representation of color #858828: hue angle of 61.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858828 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 40 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.47 |
| HSL | 61.88º | 0.55% | 0.35% | - |
| HSV(B) | 61.88º | 0.71% | 0.53% | - |
| XYZ | 18.86 | 22.75 | 5.4 | - |
| YUV | 124.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 40 | 0.02 | 0 | 0.71 | 0.47 | 61.88 | 0.55 | 0.35 |
| Hex | 85 | 88 | 28 | 2 | 0 | 47 | 2F | 3E | 37 | 23 |
| Octal | 205 | 210 | 50 | 2 | 0 | 107 | 57 | 76 | 67 | 43 |
| Binary | 10000101 | 10001000 | 101000 | 10 | 0 | 1000111 | 101111 | 111110 | 110111 | 100011 |
Color Harmonies of #858828
Complementary color
Monochromatic Colors of #858828
Black with #858828
Text Example
Text Example
White with #858828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858828; }
p { color: rgb(133,136,40); }
H1.HeaderClassName
{
color: #858828;
}
.AnyTagClassName
{
color: #858828;
}
</style>
background-color css
<style>
a { background-color: #858828; }
a { background-color: rgb(133,136,40); }
div.DivClassName
{
background-color: #858828;
}
.BgClassName
{
background-color: #858828;
}
</style>
border-color css
<style>
span { border-color: #858828; }
span { border-color: rgb(133,136,40); }
td.TdClassName
{
border-color: #858828;
}
.TagClassName
{
border-color: #858828;
}
</style>