Shades of Bitter #858F57
Tints of Bitter #858F57
RGB
CMYK
RGB Variations
Color information
#858F57 (or 0x858F57) is known color: Bitter. HEX triplet: 85, 8F and 57. RGB value is (133,143,87). Sum of RGB (Red+Green+Blue) = 133+143+87=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #858F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F57 is #7A70A8. Grayscale: #858585. Windows color (decimal): -8024233 or 5738373. OLE color: 5738373.
HSL color Cylindrical-coordinate representation of color #858F57: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858F57 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 87 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.44 |
| HSL | 70.71º | 0.24% | 0.45% | - |
| HSV(B) | 70.71º | 0.39% | 0.56% | - |
| XYZ | 21.22 | 25.32 | 12.79 | - |
| YUV | 133.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 87 | 0.07 | 0 | 0.39 | 0.44 | 70.71 | 0.24 | 0.45 |
| Hex | 85 | 8F | 57 | 7 | 0 | 27 | 2C | 47 | 18 | 2D |
| Octal | 205 | 217 | 127 | 7 | 0 | 47 | 54 | 107 | 30 | 55 |
| Binary | 10000101 | 10001111 | 1010111 | 111 | 0 | 100111 | 101100 | 1000111 | 11000 | 101101 |
Color Harmonies of #858F57
Complementary color
Monochromatic Colors of #858F57
Black with #858F57
Text Example
Text Example
White with #858F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F57; }
p { color: rgb(133,143,87); }
H1.HeaderClassName
{
color: #858F57;
}
.AnyTagClassName
{
color: #858F57;
}
</style>
background-color css
<style>
a { background-color: #858F57; }
a { background-color: rgb(133,143,87); }
div.DivClassName
{
background-color: #858F57;
}
.BgClassName
{
background-color: #858F57;
}
</style>
border-color css
<style>
span { border-color: #858F57; }
span { border-color: rgb(133,143,87); }
td.TdClassName
{
border-color: #858F57;
}
.TagClassName
{
border-color: #858F57;
}
</style>