Shades of Bitter #818C60
Tints of Bitter #818C60
RGB
CMYK
RGB Variations
Color information
#818C60 (or 0x818C60) is known color: Bitter. HEX triplet: 81, 8C and 60. RGB value is (129,140,96). Sum of RGB (Red+Green+Blue) = 129+140+96=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #818C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C60 is #7E739F. Grayscale: #838383. Windows color (decimal): -8287136 or 6327425. OLE color: 6327425.
HSL color Cylindrical-coordinate representation of color #818C60: hue angle of 75º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818C60 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 96 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.45 |
| HSL | 75º | 0.19% | 0.46% | - |
| HSV(B) | 75º | 0.31% | 0.55% | - |
| XYZ | 20.54 | 24.27 | 14.67 | - |
| YUV | 131.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 96 | 0.08 | 0 | 0.31 | 0.45 | 75 | 0.19 | 0.46 |
| Hex | 81 | 8C | 60 | 8 | 0 | 1F | 2D | 4B | 13 | 2E |
| Octal | 201 | 214 | 140 | 10 | 0 | 37 | 55 | 113 | 23 | 56 |
| Binary | 10000001 | 10001100 | 1100000 | 1000 | 0 | 11111 | 101101 | 1001011 | 10011 | 101110 |
Color Harmonies of #818C60
Complementary color
Monochromatic Colors of #818C60
Black with #818C60
Text Example
Text Example
White with #818C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C60; }
p { color: rgb(129,140,96); }
H1.HeaderClassName
{
color: #818C60;
}
.AnyTagClassName
{
color: #818C60;
}
</style>
background-color css
<style>
a { background-color: #818C60; }
a { background-color: rgb(129,140,96); }
div.DivClassName
{
background-color: #818C60;
}
.BgClassName
{
background-color: #818C60;
}
</style>
border-color css
<style>
span { border-color: #818C60; }
span { border-color: rgb(129,140,96); }
td.TdClassName
{
border-color: #818C60;
}
.TagClassName
{
border-color: #818C60;
}
</style>