Shades of Bitter #818B66
Tints of Bitter #818B66
RGB
CMYK
RGB Variations
Color information
#818B66 (or 0x818B66) is known color: Bitter. HEX triplet: 81, 8B and 66. RGB value is (129,139,102). Sum of RGB (Red+Green+Blue) = 129+139+102=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #818B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B66 is #7E7499. Grayscale: #838383. Windows color (decimal): -8287386 or 6720385. OLE color: 6720385.
HSL color Cylindrical-coordinate representation of color #818B66: hue angle of 76.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #818B66 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 102 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.45 |
| HSL | 76.22º | 0.15% | 0.47% | - |
| HSV(B) | 76.22º | 0.27% | 0.55% | - |
| XYZ | 20.68 | 24.09 | 16.13 | - |
| YUV | 131.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 102 | 0.07 | 0 | 0.27 | 0.45 | 76.22 | 0.15 | 0.47 |
| Hex | 81 | 8B | 66 | 7 | 0 | 1B | 2D | 4C | F | 2F |
| Octal | 201 | 213 | 146 | 7 | 0 | 33 | 55 | 114 | 17 | 57 |
| Binary | 10000001 | 10001011 | 1100110 | 111 | 0 | 11011 | 101101 | 1001100 | 1111 | 101111 |
Color Harmonies of #818B66
Complementary color
Monochromatic Colors of #818B66
Black with #818B66
Text Example
Text Example
White with #818B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B66; }
p { color: rgb(129,139,102); }
H1.HeaderClassName
{
color: #818B66;
}
.AnyTagClassName
{
color: #818B66;
}
</style>
background-color css
<style>
a { background-color: #818B66; }
a { background-color: rgb(129,139,102); }
div.DivClassName
{
background-color: #818B66;
}
.BgClassName
{
background-color: #818B66;
}
</style>
border-color css
<style>
span { border-color: #818B66; }
span { border-color: rgb(129,139,102); }
td.TdClassName
{
border-color: #818B66;
}
.TagClassName
{
border-color: #818B66;
}
</style>