Shades of Bitter #878E58
Tints of Bitter #878E58
RGB
CMYK
RGB Variations
Color information
#878E58 (or 0x878E58) is known color: Bitter. HEX triplet: 87, 8E and 58. RGB value is (135,142,88). Sum of RGB (Red+Green+Blue) = 135+142+88=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #878E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E58 is #7871A7. Grayscale: #858585. Windows color (decimal): -7893416 or 5803655. OLE color: 5803655.
HSL color Cylindrical-coordinate representation of color #878E58: hue angle of 67.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878E58 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 88 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.44 |
| HSL | 67.78º | 0.23% | 0.45% | - |
| HSV(B) | 67.78º | 0.38% | 0.56% | - |
| XYZ | 21.43 | 25.2 | 12.97 | - |
| YUV | 133.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 88 | 0.05 | 0 | 0.38 | 0.44 | 67.78 | 0.23 | 0.45 |
| Hex | 87 | 8E | 58 | 5 | 0 | 26 | 2C | 44 | 17 | 2D |
| Octal | 207 | 216 | 130 | 5 | 0 | 46 | 54 | 104 | 27 | 55 |
| Binary | 10000111 | 10001110 | 1011000 | 101 | 0 | 100110 | 101100 | 1000100 | 10111 | 101101 |
Color Harmonies of #878E58
Complementary color
Monochromatic Colors of #878E58
Black with #878E58
Text Example
Text Example
White with #878E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E58; }
p { color: rgb(135,142,88); }
H1.HeaderClassName
{
color: #878E58;
}
.AnyTagClassName
{
color: #878E58;
}
</style>
background-color css
<style>
a { background-color: #878E58; }
a { background-color: rgb(135,142,88); }
div.DivClassName
{
background-color: #878E58;
}
.BgClassName
{
background-color: #878E58;
}
</style>
border-color css
<style>
span { border-color: #878E58; }
span { border-color: rgb(135,142,88); }
td.TdClassName
{
border-color: #878E58;
}
.TagClassName
{
border-color: #878E58;
}
</style>