Shades of Bitter #8C8F57
Tints of Bitter #8C8F57
RGB
CMYK
RGB Variations
Color information
#8C8F57 (or 0x8C8F57) is known color: Bitter. HEX triplet: 8C, 8F and 57. RGB value is (140,143,87). Sum of RGB (Red+Green+Blue) = 140+143+87=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F57 is #7370A8. Grayscale: #878787. Windows color (decimal): -7565481 or 5738380. OLE color: 5738380.
HSL color Cylindrical-coordinate representation of color #8C8F57: hue angle of 63.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C8F57 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 87 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.44 |
| HSL | 63.21º | 0.24% | 0.45% | - |
| HSV(B) | 63.21º | 0.39% | 0.56% | - |
| XYZ | 22.36 | 25.91 | 12.84 | - |
| YUV | 135.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 87 | 0.02 | 0 | 0.39 | 0.44 | 63.21 | 0.24 | 0.45 |
| Hex | 8C | 8F | 57 | 2 | 0 | 27 | 2C | 3F | 18 | 2D |
| Octal | 214 | 217 | 127 | 2 | 0 | 47 | 54 | 77 | 30 | 55 |
| Binary | 10001100 | 10001111 | 1010111 | 10 | 0 | 100111 | 101100 | 111111 | 11000 | 101101 |
Color Harmonies of #8C8F57
Complementary color
Monochromatic Colors of #8C8F57
Black with #8C8F57
Text Example
Text Example
White with #8C8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F57; }
p { color: rgb(140,143,87); }
H1.HeaderClassName
{
color: #8C8F57;
}
.AnyTagClassName
{
color: #8C8F57;
}
</style>
background-color css
<style>
a { background-color: #8C8F57; }
a { background-color: rgb(140,143,87); }
div.DivClassName
{
background-color: #8C8F57;
}
.BgClassName
{
background-color: #8C8F57;
}
</style>
border-color css
<style>
span { border-color: #8C8F57; }
span { border-color: rgb(140,143,87); }
td.TdClassName
{
border-color: #8C8F57;
}
.TagClassName
{
border-color: #8C8F57;
}
</style>