Shades of Bitter #818A67
Tints of Bitter #818A67
RGB
CMYK
RGB Variations
Color information
#818A67 (or 0x818A67) is known color: Bitter. HEX triplet: 81, 8A and 67. RGB value is (129,138,103). Sum of RGB (Red+Green+Blue) = 129+138+103=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #818A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A67 is #7E7598. Grayscale: #838383. Windows color (decimal): -8287641 or 6785665. OLE color: 6785665.
HSL color Cylindrical-coordinate representation of color #818A67: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818A67 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 103 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.46 |
| HSL | 75.43º | 0.15% | 0.47% | - |
| HSV(B) | 75.43º | 0.25% | 0.54% | - |
| XYZ | 20.59 | 23.82 | 16.35 | - |
| YUV | 131.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 103 | 0.07 | 0 | 0.25 | 0.46 | 75.43 | 0.15 | 0.47 |
| Hex | 81 | 8A | 67 | 7 | 0 | 19 | 2E | 4B | F | 2F |
| Octal | 201 | 212 | 147 | 7 | 0 | 31 | 56 | 113 | 17 | 57 |
| Binary | 10000001 | 10001010 | 1100111 | 111 | 0 | 11001 | 101110 | 1001011 | 1111 | 101111 |
Color Harmonies of #818A67
Complementary color
Monochromatic Colors of #818A67
Black with #818A67
Text Example
Text Example
White with #818A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A67; }
p { color: rgb(129,138,103); }
H1.HeaderClassName
{
color: #818A67;
}
.AnyTagClassName
{
color: #818A67;
}
</style>
background-color css
<style>
a { background-color: #818A67; }
a { background-color: rgb(129,138,103); }
div.DivClassName
{
background-color: #818A67;
}
.BgClassName
{
background-color: #818A67;
}
</style>
border-color css
<style>
span { border-color: #818A67; }
span { border-color: rgb(129,138,103); }
td.TdClassName
{
border-color: #818A67;
}
.TagClassName
{
border-color: #818A67;
}
</style>