Shades of Bitter #818B67
Tints of Bitter #818B67
RGB
CMYK
RGB Variations
Color information
#818B67 (or 0x818B67) is known color: Bitter. HEX triplet: 81, 8B and 67. RGB value is (129,139,103). Sum of RGB (Red+Green+Blue) = 129+139+103=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #818B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B67 is #7E7498. Grayscale: #848484. Windows color (decimal): -8287385 or 6785921. OLE color: 6785921.
HSL color Cylindrical-coordinate representation of color #818B67: hue angle of 76.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818B67 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 103 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.45 |
| HSL | 76.67º | 0.15% | 0.47% | - |
| HSV(B) | 76.67º | 0.26% | 0.55% | - |
| XYZ | 20.73 | 24.11 | 16.39 | - |
| YUV | 131.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 103 | 0.07 | 0 | 0.26 | 0.45 | 76.67 | 0.15 | 0.47 |
| Hex | 81 | 8B | 67 | 7 | 0 | 1A | 2D | 4D | F | 2F |
| Octal | 201 | 213 | 147 | 7 | 0 | 32 | 55 | 115 | 17 | 57 |
| Binary | 10000001 | 10001011 | 1100111 | 111 | 0 | 11010 | 101101 | 1001101 | 1111 | 101111 |
Color Harmonies of #818B67
Complementary color
Monochromatic Colors of #818B67
Black with #818B67
Text Example
Text Example
White with #818B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B67; }
p { color: rgb(129,139,103); }
H1.HeaderClassName
{
color: #818B67;
}
.AnyTagClassName
{
color: #818B67;
}
</style>
background-color css
<style>
a { background-color: #818B67; }
a { background-color: rgb(129,139,103); }
div.DivClassName
{
background-color: #818B67;
}
.BgClassName
{
background-color: #818B67;
}
</style>
border-color css
<style>
span { border-color: #818B67; }
span { border-color: rgb(129,139,103); }
td.TdClassName
{
border-color: #818B67;
}
.TagClassName
{
border-color: #818B67;
}
</style>