Shades of Bitter #808A60
Tints of Bitter #808A60
RGB
CMYK
RGB Variations
Color information
#808A60 (or 0x808A60) is known color: Bitter. HEX triplet: 80, 8A and 60. RGB value is (128,138,96). Sum of RGB (Red+Green+Blue) = 128+138+96=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #808A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A60 is #7F759F. Grayscale: #828282. Windows color (decimal): -8353184 or 6326912. OLE color: 6326912.
HSL color Cylindrical-coordinate representation of color #808A60: hue angle of 74.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #808A60 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 96 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.46 |
| HSL | 74.29º | 0.18% | 0.46% | - |
| HSV(B) | 74.29º | 0.3% | 0.54% | - |
| XYZ | 20.1 | 23.61 | 14.56 | - |
| YUV | 130.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 96 | 0.07 | 0 | 0.30 | 0.46 | 74.29 | 0.18 | 0.46 |
| Hex | 80 | 8A | 60 | 7 | 0 | 1E | 2E | 4A | 12 | 2E |
| Octal | 200 | 212 | 140 | 7 | 0 | 36 | 56 | 112 | 22 | 56 |
| Binary | 10000000 | 10001010 | 1100000 | 111 | 0 | 11110 | 101110 | 1001010 | 10010 | 101110 |
Color Harmonies of #808A60
Complementary color
Monochromatic Colors of #808A60
Black with #808A60
Text Example
Text Example
White with #808A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A60; }
p { color: rgb(128,138,96); }
H1.HeaderClassName
{
color: #808A60;
}
.AnyTagClassName
{
color: #808A60;
}
</style>
background-color css
<style>
a { background-color: #808A60; }
a { background-color: rgb(128,138,96); }
div.DivClassName
{
background-color: #808A60;
}
.BgClassName
{
background-color: #808A60;
}
</style>
border-color css
<style>
span { border-color: #808A60; }
span { border-color: rgb(128,138,96); }
td.TdClassName
{
border-color: #808A60;
}
.TagClassName
{
border-color: #808A60;
}
</style>