Shades of Amulet #81967D
Tints of Amulet #81967D
RGB
CMYK
RGB Variations
Color information
#81967D (or 0x81967D) is known color: Amulet. HEX triplet: 81, 96 and 7D. RGB value is (129,150,125). Sum of RGB (Red+Green+Blue) = 129+150+125=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #81967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81967D is #7E6982. Grayscale: #8C8C8C. Windows color (decimal): -8284547 or 8230529. OLE color: 8230529.
HSL color Cylindrical-coordinate representation of color #81967D: hue angle of 110.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81967D is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 125 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.41 |
| HSL | 110.4º | 0.11% | 0.54% | - |
| HSV(B) | 110.4º | 0.17% | 0.59% | - |
| XYZ | 23.66 | 27.96 | 23.55 | - |
| YUV | 140.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 125 | 0.14 | 0 | 0.17 | 0.41 | 110.4 | 0.11 | 0.54 |
| Hex | 81 | 96 | 7D | E | 0 | 11 | 29 | 6E | B | 36 |
| Octal | 201 | 226 | 175 | 16 | 0 | 21 | 51 | 156 | 13 | 66 |
| Binary | 10000001 | 10010110 | 1111101 | 1110 | 0 | 10001 | 101001 | 1101110 | 1011 | 110110 |
Color Harmonies of #81967D
Complementary color
Monochromatic Colors of #81967D
Black with #81967D
Text Example
Text Example
White with #81967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81967D; }
p { color: rgb(129,150,125); }
H1.HeaderClassName
{
color: #81967D;
}
.AnyTagClassName
{
color: #81967D;
}
</style>
background-color css
<style>
a { background-color: #81967D; }
a { background-color: rgb(129,150,125); }
div.DivClassName
{
background-color: #81967D;
}
.BgClassName
{
background-color: #81967D;
}
</style>
border-color css
<style>
span { border-color: #81967D; }
span { border-color: rgb(129,150,125); }
td.TdClassName
{
border-color: #81967D;
}
.TagClassName
{
border-color: #81967D;
}
</style>