Shades of Amulet #819976
Tints of Amulet #819976
RGB
CMYK
RGB Variations
Color information
#819976 (or 0x819976) is known color: Amulet. HEX triplet: 81, 99 and 76. RGB value is (129,153,118). Sum of RGB (Red+Green+Blue) = 129+153+118=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #819976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819976 is #7E6689. Grayscale: #8D8D8D. Windows color (decimal): -8283786 or 7772545. OLE color: 7772545.
HSL color Cylindrical-coordinate representation of color #819976: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #819976 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 118 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.4 |
| HSL | 101.14º | 0.15% | 0.53% | - |
| HSV(B) | 101.14º | 0.23% | 0.6% | - |
| XYZ | 23.71 | 28.76 | 21.44 | - |
| YUV | 141.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 118 | 0.16 | 0 | 0.23 | 0.4 | 101.14 | 0.15 | 0.53 |
| Hex | 81 | 99 | 76 | 10 | 0 | 17 | 28 | 65 | F | 35 |
| Octal | 201 | 231 | 166 | 20 | 0 | 27 | 50 | 145 | 17 | 65 |
| Binary | 10000001 | 10011001 | 1110110 | 10000 | 0 | 10111 | 101000 | 1100101 | 1111 | 110101 |
Color Harmonies of #819976
Complementary color
Monochromatic Colors of #819976
Black with #819976
Text Example
Text Example
White with #819976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819976; }
p { color: rgb(129,153,118); }
H1.HeaderClassName
{
color: #819976;
}
.AnyTagClassName
{
color: #819976;
}
</style>
background-color css
<style>
a { background-color: #819976; }
a { background-color: rgb(129,153,118); }
div.DivClassName
{
background-color: #819976;
}
.BgClassName
{
background-color: #819976;
}
</style>
border-color css
<style>
span { border-color: #819976; }
span { border-color: rgb(129,153,118); }
td.TdClassName
{
border-color: #819976;
}
.TagClassName
{
border-color: #819976;
}
</style>