Shades of Bitter #878B58
Tints of Bitter #878B58
RGB
CMYK
RGB Variations
Color information
#878B58 (or 0x878B58) is known color: Bitter. HEX triplet: 87, 8B and 58. RGB value is (135,139,88). Sum of RGB (Red+Green+Blue) = 135+139+88=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #878B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B58 is #7874A7. Grayscale: #848484. Windows color (decimal): -7894184 or 5802887. OLE color: 5802887.
HSL color Cylindrical-coordinate representation of color #878B58: hue angle of 64.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878B58 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 88 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.45 |
| HSL | 64.71º | 0.22% | 0.45% | - |
| HSV(B) | 64.71º | 0.37% | 0.55% | - |
| XYZ | 20.99 | 24.32 | 12.82 | - |
| YUV | 131.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 88 | 0.03 | 0 | 0.37 | 0.45 | 64.71 | 0.22 | 0.45 |
| Hex | 87 | 8B | 58 | 3 | 0 | 25 | 2D | 41 | 16 | 2D |
| Octal | 207 | 213 | 130 | 3 | 0 | 45 | 55 | 101 | 26 | 55 |
| Binary | 10000111 | 10001011 | 1011000 | 11 | 0 | 100101 | 101101 | 1000001 | 10110 | 101101 |
Color Harmonies of #878B58
Complementary color
Monochromatic Colors of #878B58
Black with #878B58
Text Example
Text Example
White with #878B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B58; }
p { color: rgb(135,139,88); }
H1.HeaderClassName
{
color: #878B58;
}
.AnyTagClassName
{
color: #878B58;
}
</style>
background-color css
<style>
a { background-color: #878B58; }
a { background-color: rgb(135,139,88); }
div.DivClassName
{
background-color: #878B58;
}
.BgClassName
{
background-color: #878B58;
}
</style>
border-color css
<style>
span { border-color: #878B58; }
span { border-color: rgb(135,139,88); }
td.TdClassName
{
border-color: #878B58;
}
.TagClassName
{
border-color: #878B58;
}
</style>