Shades of Amulet #81967A
Tints of Amulet #81967A
RGB
CMYK
RGB Variations
Color information
#81967A (or 0x81967A) is known color: Amulet. HEX triplet: 81, 96 and 7A. RGB value is (129,150,122). Sum of RGB (Red+Green+Blue) = 129+150+122=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #81967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81967A is #7E6985. Grayscale: #8C8C8C. Windows color (decimal): -8284550 or 8033921. OLE color: 8033921.
HSL color Cylindrical-coordinate representation of color #81967A: hue angle of 105º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81967A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 122 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.41 |
| HSL | 105º | 0.12% | 0.53% | - |
| HSV(B) | 105º | 0.19% | 0.59% | - |
| XYZ | 23.47 | 27.88 | 22.56 | - |
| YUV | 140.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 122 | 0.14 | 0 | 0.19 | 0.41 | 105 | 0.12 | 0.53 |
| Hex | 81 | 96 | 7A | E | 0 | 13 | 29 | 69 | C | 35 |
| Octal | 201 | 226 | 172 | 16 | 0 | 23 | 51 | 151 | 14 | 65 |
| Binary | 10000001 | 10010110 | 1111010 | 1110 | 0 | 10011 | 101001 | 1101001 | 1100 | 110101 |
Color Harmonies of #81967A
Complementary color
Monochromatic Colors of #81967A
Black with #81967A
Text Example
Text Example
White with #81967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81967A; }
p { color: rgb(129,150,122); }
H1.HeaderClassName
{
color: #81967A;
}
.AnyTagClassName
{
color: #81967A;
}
</style>
background-color css
<style>
a { background-color: #81967A; }
a { background-color: rgb(129,150,122); }
div.DivClassName
{
background-color: #81967A;
}
.BgClassName
{
background-color: #81967A;
}
</style>
border-color css
<style>
span { border-color: #81967A; }
span { border-color: rgb(129,150,122); }
td.TdClassName
{
border-color: #81967A;
}
.TagClassName
{
border-color: #81967A;
}
</style>