Shades of Bitter #879068
Tints of Bitter #879068
RGB
CMYK
RGB Variations
Color information
#879068 (or 0x879068) is known color: Bitter. HEX triplet: 87, 90 and 68. RGB value is (135,144,104). Sum of RGB (Red+Green+Blue) = 135+144+104=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #879068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879068 is #786F97. Grayscale: #888888. Windows color (decimal): -7892888 or 6852743. OLE color: 6852743.
HSL color Cylindrical-coordinate representation of color #879068: hue angle of 73.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879068 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 104 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.44 |
| HSL | 73.5º | 0.16% | 0.49% | - |
| HSV(B) | 73.5º | 0.28% | 0.56% | - |
| XYZ | 22.46 | 26.1 | 16.95 | - |
| YUV | 136.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 104 | 0.06 | 0 | 0.28 | 0.44 | 73.5 | 0.16 | 0.49 |
| Hex | 87 | 90 | 68 | 6 | 0 | 1C | 2C | 4A | 10 | 31 |
| Octal | 207 | 220 | 150 | 6 | 0 | 34 | 54 | 112 | 20 | 61 |
| Binary | 10000111 | 10010000 | 1101000 | 110 | 0 | 11100 | 101100 | 1001010 | 10000 | 110001 |
Color Harmonies of #879068
Complementary color
Monochromatic Colors of #879068
Black with #879068
Text Example
Text Example
White with #879068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879068; }
p { color: rgb(135,144,104); }
H1.HeaderClassName
{
color: #879068;
}
.AnyTagClassName
{
color: #879068;
}
</style>
background-color css
<style>
a { background-color: #879068; }
a { background-color: rgb(135,144,104); }
div.DivClassName
{
background-color: #879068;
}
.BgClassName
{
background-color: #879068;
}
</style>
border-color css
<style>
span { border-color: #879068; }
span { border-color: rgb(135,144,104); }
td.TdClassName
{
border-color: #879068;
}
.TagClassName
{
border-color: #879068;
}
</style>