Shades of Bitter #878A66
Tints of Bitter #878A66
RGB
CMYK
RGB Variations
Color information
#878A66 (or 0x878A66) is known color: Bitter. HEX triplet: 87, 8A and 66. RGB value is (135,138,102). Sum of RGB (Red+Green+Blue) = 135+138+102=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #878A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A66 is #787599. Grayscale: #858585. Windows color (decimal): -7894426 or 6720135. OLE color: 6720135.
HSL color Cylindrical-coordinate representation of color #878A66: hue angle of 65º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #878A66 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 138 | 102 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.46 |
| HSL | 65º | 0.15% | 0.47% | - |
| HSV(B) | 65º | 0.26% | 0.54% | - |
| XYZ | 21.48 | 24.29 | 16.13 | - |
| YUV | 133 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 138 | 102 | 0.02 | 0 | 0.26 | 0.46 | 65 | 0.15 | 0.47 |
| Hex | 87 | 8A | 66 | 2 | 0 | 1A | 2E | 41 | F | 2F |
| Octal | 207 | 212 | 146 | 2 | 0 | 32 | 56 | 101 | 17 | 57 |
| Binary | 10000111 | 10001010 | 1100110 | 10 | 0 | 11010 | 101110 | 1000001 | 1111 | 101111 |
Color Harmonies of #878A66
Complementary color
Monochromatic Colors of #878A66
Black with #878A66
Text Example
Text Example
White with #878A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A66; }
p { color: rgb(135,138,102); }
H1.HeaderClassName
{
color: #878A66;
}
.AnyTagClassName
{
color: #878A66;
}
</style>
background-color css
<style>
a { background-color: #878A66; }
a { background-color: rgb(135,138,102); }
div.DivClassName
{
background-color: #878A66;
}
.BgClassName
{
background-color: #878A66;
}
</style>
border-color css
<style>
span { border-color: #878A66; }
span { border-color: rgb(135,138,102); }
td.TdClassName
{
border-color: #878A66;
}
.TagClassName
{
border-color: #878A66;
}
</style>