Shades of Bitter #879355
Tints of Bitter #879355
RGB
CMYK
RGB Variations
Color information
#879355 (or 0x879355) is known color: Bitter. HEX triplet: 87, 93 and 55. RGB value is (135,147,85). Sum of RGB (Red+Green+Blue) = 135+147+85=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #879355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879355 is #786CAA. Grayscale: #888888. Windows color (decimal): -7892139 or 5608327. OLE color: 5608327.
HSL color Cylindrical-coordinate representation of color #879355: hue angle of 71.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879355 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 85 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.42 |
| HSL | 71.61º | 0.27% | 0.45% | - |
| HSV(B) | 71.61º | 0.42% | 0.58% | - |
| XYZ | 22.07 | 26.67 | 12.58 | - |
| YUV | 136.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 85 | 0.08 | 0 | 0.42 | 0.42 | 71.61 | 0.27 | 0.45 |
| Hex | 87 | 93 | 55 | 8 | 0 | 2A | 2A | 48 | 1B | 2D |
| Octal | 207 | 223 | 125 | 10 | 0 | 52 | 52 | 110 | 33 | 55 |
| Binary | 10000111 | 10010011 | 1010101 | 1000 | 0 | 101010 | 101010 | 1001000 | 11011 | 101101 |
Color Harmonies of #879355
Complementary color
Monochromatic Colors of #879355
Black with #879355
Text Example
Text Example
White with #879355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879355; }
p { color: rgb(135,147,85); }
H1.HeaderClassName
{
color: #879355;
}
.AnyTagClassName
{
color: #879355;
}
</style>
background-color css
<style>
a { background-color: #879355; }
a { background-color: rgb(135,147,85); }
div.DivClassName
{
background-color: #879355;
}
.BgClassName
{
background-color: #879355;
}
</style>
border-color css
<style>
span { border-color: #879355; }
span { border-color: rgb(135,147,85); }
td.TdClassName
{
border-color: #879355;
}
.TagClassName
{
border-color: #879355;
}
</style>