Shades of Bitter #858D70
Tints of Bitter #858D70
RGB
CMYK
RGB Variations
Color information
#858D70 (or 0x858D70) is known color: Bitter. HEX triplet: 85, 8D and 70. RGB value is (133,141,112). Sum of RGB (Red+Green+Blue) = 133+141+112=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #858D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D70 is #7A728F. Grayscale: #878787. Windows color (decimal): -8024720 or 7376261. OLE color: 7376261.
HSL color Cylindrical-coordinate representation of color #858D70: hue angle of 76.55º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858D70 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 112 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.45 |
| HSL | 76.55º | 0.11% | 0.5% | - |
| HSV(B) | 76.55º | 0.21% | 0.55% | - |
| XYZ | 22.12 | 25.21 | 19.03 | - |
| YUV | 135.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 112 | 0.06 | 0 | 0.21 | 0.45 | 76.55 | 0.11 | 0.5 |
| Hex | 85 | 8D | 70 | 6 | 0 | 15 | 2D | 4D | B | 32 |
| Octal | 205 | 215 | 160 | 6 | 0 | 25 | 55 | 115 | 13 | 62 |
| Binary | 10000101 | 10001101 | 1110000 | 110 | 0 | 10101 | 101101 | 1001101 | 1011 | 110010 |
Color Harmonies of #858D70
Complementary color
Monochromatic Colors of #858D70
Black with #858D70
Text Example
Text Example
White with #858D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D70; }
p { color: rgb(133,141,112); }
H1.HeaderClassName
{
color: #858D70;
}
.AnyTagClassName
{
color: #858D70;
}
</style>
background-color css
<style>
a { background-color: #858D70; }
a { background-color: rgb(133,141,112); }
div.DivClassName
{
background-color: #858D70;
}
.BgClassName
{
background-color: #858D70;
}
</style>
border-color css
<style>
span { border-color: #858D70; }
span { border-color: rgb(133,141,112); }
td.TdClassName
{
border-color: #858D70;
}
.TagClassName
{
border-color: #858D70;
}
</style>