Shades of Bitter #7F8964
Tints of Bitter #7F8964
RGB
CMYK
RGB Variations
Color information
#7F8964 (or 0x7F8964) is known color: Bitter. HEX triplet: 7F, 89 and 64. RGB value is (127,137,100). Sum of RGB (Red+Green+Blue) = 127+137+100=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8964 is #80769B. Grayscale: #818181. Windows color (decimal): -8418972 or 6588799. OLE color: 6588799.
HSL color Cylindrical-coordinate representation of color #7F8964: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F8964 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 100 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.46 |
| HSL | 76.22º | 0.16% | 0.46% | - |
| HSV(B) | 76.22º | 0.27% | 0.54% | - |
| XYZ | 20 | 23.32 | 15.5 | - |
| YUV | 129.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 100 | 0.07 | 0 | 0.27 | 0.46 | 76.22 | 0.16 | 0.46 |
| Hex | 7F | 89 | 64 | 7 | 0 | 1B | 2E | 4C | 10 | 2E |
| Octal | 177 | 211 | 144 | 7 | 0 | 33 | 56 | 114 | 20 | 56 |
| Binary | 1111111 | 10001001 | 1100100 | 111 | 0 | 11011 | 101110 | 1001100 | 10000 | 101110 |
Color Harmonies of #7F8964
Complementary color
Monochromatic Colors of #7F8964
Black with #7F8964
Text Example
Text Example
White with #7F8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8964; }
p { color: rgb(127,137,100); }
H1.HeaderClassName
{
color: #7F8964;
}
.AnyTagClassName
{
color: #7F8964;
}
</style>
background-color css
<style>
a { background-color: #7F8964; }
a { background-color: rgb(127,137,100); }
div.DivClassName
{
background-color: #7F8964;
}
.BgClassName
{
background-color: #7F8964;
}
</style>
border-color css
<style>
span { border-color: #7F8964; }
span { border-color: rgb(127,137,100); }
td.TdClassName
{
border-color: #7F8964;
}
.TagClassName
{
border-color: #7F8964;
}
</style>