Shades of Amulet #81967B
Tints of Amulet #81967B
RGB
CMYK
RGB Variations
Color information
#81967B (or 0x81967B) is known color: Amulet. HEX triplet: 81, 96 and 7B. RGB value is (129,150,123). Sum of RGB (Red+Green+Blue) = 129+150+123=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #81967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81967B is #7E6984. Grayscale: #8C8C8C. Windows color (decimal): -8284549 or 8099457. OLE color: 8099457.
HSL color Cylindrical-coordinate representation of color #81967B: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81967B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 123 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.41 |
| HSL | 106.67º | 0.11% | 0.54% | - |
| HSV(B) | 106.67º | 0.18% | 0.59% | - |
| XYZ | 23.53 | 27.91 | 22.89 | - |
| YUV | 140.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 123 | 0.14 | 0 | 0.18 | 0.41 | 106.67 | 0.11 | 0.54 |
| Hex | 81 | 96 | 7B | E | 0 | 12 | 29 | 6B | B | 36 |
| Octal | 201 | 226 | 173 | 16 | 0 | 22 | 51 | 153 | 13 | 66 |
| Binary | 10000001 | 10010110 | 1111011 | 1110 | 0 | 10010 | 101001 | 1101011 | 1011 | 110110 |
Color Harmonies of #81967B
Complementary color
Monochromatic Colors of #81967B
Black with #81967B
Text Example
Text Example
White with #81967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81967B; }
p { color: rgb(129,150,123); }
H1.HeaderClassName
{
color: #81967B;
}
.AnyTagClassName
{
color: #81967B;
}
</style>
background-color css
<style>
a { background-color: #81967B; }
a { background-color: rgb(129,150,123); }
div.DivClassName
{
background-color: #81967B;
}
.BgClassName
{
background-color: #81967B;
}
</style>
border-color css
<style>
span { border-color: #81967B; }
span { border-color: rgb(129,150,123); }
td.TdClassName
{
border-color: #81967B;
}
.TagClassName
{
border-color: #81967B;
}
</style>