Shades of Bitter #858A71
Tints of Bitter #858A71
RGB
CMYK
RGB Variations
Color information
#858A71 (or 0x858A71) is known color: Bitter. HEX triplet: 85, 8A and 71. RGB value is (133,138,113). Sum of RGB (Red+Green+Blue) = 133+138+113=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 138 - color contains mainly: green. Hex color #858A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A71 is #7A758E. Grayscale: #858585. Windows color (decimal): -8025487 or 7441029. OLE color: 7441029.
HSL color Cylindrical-coordinate representation of color #858A71: hue angle of 72º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858A71 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 113 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.46 |
| HSL | 72º | 0.1% | 0.49% | - |
| HSV(B) | 72º | 0.18% | 0.54% | - |
| XYZ | 21.74 | 24.36 | 19.18 | - |
| YUV | 133.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 113 | 0.04 | 0 | 0.18 | 0.46 | 72 | 0.1 | 0.49 |
| Hex | 85 | 8A | 71 | 4 | 0 | 12 | 2E | 48 | A | 31 |
| Octal | 205 | 212 | 161 | 4 | 0 | 22 | 56 | 110 | 12 | 61 |
| Binary | 10000101 | 10001010 | 1110001 | 100 | 0 | 10010 | 101110 | 1001000 | 1010 | 110001 |
Color Harmonies of #858A71
Complementary color
Monochromatic Colors of #858A71
Black with #858A71
Text Example
Text Example
White with #858A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A71; }
p { color: rgb(133,138,113); }
H1.HeaderClassName
{
color: #858A71;
}
.AnyTagClassName
{
color: #858A71;
}
</style>
background-color css
<style>
a { background-color: #858A71; }
a { background-color: rgb(133,138,113); }
div.DivClassName
{
background-color: #858A71;
}
.BgClassName
{
background-color: #858A71;
}
</style>
border-color css
<style>
span { border-color: #858A71; }
span { border-color: rgb(133,138,113); }
td.TdClassName
{
border-color: #858A71;
}
.TagClassName
{
border-color: #858A71;
}
</style>