Shades of Bitter #879064
Tints of Bitter #879064
RGB
CMYK
RGB Variations
Color information
#879064 (or 0x879064) is known color: Bitter. HEX triplet: 87, 90 and 64. RGB value is (135,144,100). Sum of RGB (Red+Green+Blue) = 135+144+100=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #879064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879064 is #786F9B. Grayscale: #888888. Windows color (decimal): -7892892 or 6590599. OLE color: 6590599.
HSL color Cylindrical-coordinate representation of color #879064: hue angle of 72.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #879064 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 100 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.44 |
| HSL | 72.27º | 0.18% | 0.48% | - |
| HSV(B) | 72.27º | 0.31% | 0.56% | - |
| XYZ | 22.27 | 26.02 | 15.9 | - |
| YUV | 136.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 100 | 0.06 | 0 | 0.31 | 0.44 | 72.27 | 0.18 | 0.48 |
| Hex | 87 | 90 | 64 | 6 | 0 | 1F | 2C | 48 | 12 | 30 |
| Octal | 207 | 220 | 144 | 6 | 0 | 37 | 54 | 110 | 22 | 60 |
| Binary | 10000111 | 10010000 | 1100100 | 110 | 0 | 11111 | 101100 | 1001000 | 10010 | 110000 |
Color Harmonies of #879064
Complementary color
Monochromatic Colors of #879064
Black with #879064
Text Example
Text Example
White with #879064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879064; }
p { color: rgb(135,144,100); }
H1.HeaderClassName
{
color: #879064;
}
.AnyTagClassName
{
color: #879064;
}
</style>
background-color css
<style>
a { background-color: #879064; }
a { background-color: rgb(135,144,100); }
div.DivClassName
{
background-color: #879064;
}
.BgClassName
{
background-color: #879064;
}
</style>
border-color css
<style>
span { border-color: #879064; }
span { border-color: rgb(135,144,100); }
td.TdClassName
{
border-color: #879064;
}
.TagClassName
{
border-color: #879064;
}
</style>