Shades of Trendy Green #858717
Tints of Trendy Green #858717
RGB
CMYK
RGB Variations
Color information
#858717 (or 0x858717) is known color: Trendy Green. HEX triplet: 85, 87 and 17. RGB value is (133,135,23). Sum of RGB (Red+Green+Blue) = 133+135+23=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #858717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858717 is #7A78E8. Grayscale: #7A7A7A. Windows color (decimal): -8026345 or 1542021. OLE color: 1542021.
HSL color Cylindrical-coordinate representation of color #858717: hue angle of 61.07º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #858717 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 23 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.47 |
| HSL | 61.07º | 0.71% | 0.31% | - |
| HSV(B) | 61.07º | 0.83% | 0.53% | - |
| XYZ | 18.49 | 22.38 | 4.16 | - |
| YUV | 121.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 23 | 0.01 | 0 | 0.83 | 0.47 | 61.07 | 0.71 | 0.31 |
| Hex | 85 | 87 | 17 | 1 | 0 | 53 | 2F | 3D | 47 | 1F |
| Octal | 205 | 207 | 27 | 1 | 0 | 123 | 57 | 75 | 107 | 37 |
| Binary | 10000101 | 10000111 | 10111 | 1 | 0 | 1010011 | 101111 | 111101 | 1000111 | 11111 |
Color Harmonies of #858717
Complementary color
Monochromatic Colors of #858717
Black with #858717
Text Example
Text Example
White with #858717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858717; }
p { color: rgb(133,135,23); }
H1.HeaderClassName
{
color: #858717;
}
.AnyTagClassName
{
color: #858717;
}
</style>
background-color css
<style>
a { background-color: #858717; }
a { background-color: rgb(133,135,23); }
div.DivClassName
{
background-color: #858717;
}
.BgClassName
{
background-color: #858717;
}
</style>
border-color css
<style>
span { border-color: #858717; }
span { border-color: rgb(133,135,23); }
td.TdClassName
{
border-color: #858717;
}
.TagClassName
{
border-color: #858717;
}
</style>