Shades of Bitter #898D75
Tints of Bitter #898D75
RGB
CMYK
RGB Variations
Color information
#898D75 (or 0x898D75) is known color: Bitter. HEX triplet: 89, 8D and 75. RGB value is (137,141,117). Sum of RGB (Red+Green+Blue) = 137+141+117=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #898D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898D75 is #76728A. Grayscale: #898989. Windows color (decimal): -7762571 or 7703945. OLE color: 7703945.
HSL color Cylindrical-coordinate representation of color #898D75: hue angle of 70º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898D75 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 117 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.45 |
| HSL | 70º | 0.1% | 0.51% | - |
| HSV(B) | 70º | 0.17% | 0.55% | - |
| XYZ | 23.05 | 25.65 | 20.57 | - |
| YUV | 137.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 117 | 0.03 | 0 | 0.17 | 0.45 | 70 | 0.1 | 0.51 |
| Hex | 89 | 8D | 75 | 3 | 0 | 11 | 2D | 46 | A | 33 |
| Octal | 211 | 215 | 165 | 3 | 0 | 21 | 55 | 106 | 12 | 63 |
| Binary | 10001001 | 10001101 | 1110101 | 11 | 0 | 10001 | 101101 | 1000110 | 1010 | 110011 |
Color Harmonies of #898D75
Complementary color
Monochromatic Colors of #898D75
Black with #898D75
Text Example
Text Example
White with #898D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D75; }
p { color: rgb(137,141,117); }
H1.HeaderClassName
{
color: #898D75;
}
.AnyTagClassName
{
color: #898D75;
}
</style>
background-color css
<style>
a { background-color: #898D75; }
a { background-color: rgb(137,141,117); }
div.DivClassName
{
background-color: #898D75;
}
.BgClassName
{
background-color: #898D75;
}
</style>
border-color css
<style>
span { border-color: #898D75; }
span { border-color: rgb(137,141,117); }
td.TdClassName
{
border-color: #898D75;
}
.TagClassName
{
border-color: #898D75;
}
</style>