Shades of Amulet #819B73
Tints of Amulet #819B73
RGB
CMYK
RGB Variations
Color information
#819B73 (or 0x819B73) is known color: Amulet. HEX triplet: 81, 9B and 73. RGB value is (129,155,115). Sum of RGB (Red+Green+Blue) = 129+155+115=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #819B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B73 is #7E648C. Grayscale: #8E8E8E. Windows color (decimal): -8283277 or 7576449. OLE color: 7576449.
HSL color Cylindrical-coordinate representation of color #819B73: hue angle of 99º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819B73 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 115 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.39 |
| HSL | 99º | 0.17% | 0.53% | - |
| HSV(B) | 99º | 0.26% | 0.61% | - |
| XYZ | 23.87 | 29.35 | 20.63 | - |
| YUV | 142.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 115 | 0.17 | 0 | 0.26 | 0.39 | 99 | 0.17 | 0.53 |
| Hex | 81 | 9B | 73 | 11 | 0 | 1A | 27 | 63 | 11 | 35 |
| Octal | 201 | 233 | 163 | 21 | 0 | 32 | 47 | 143 | 21 | 65 |
| Binary | 10000001 | 10011011 | 1110011 | 10001 | 0 | 11010 | 100111 | 1100011 | 10001 | 110101 |
Color Harmonies of #819B73
Complementary color
Monochromatic Colors of #819B73
Black with #819B73
Text Example
Text Example
White with #819B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B73; }
p { color: rgb(129,155,115); }
H1.HeaderClassName
{
color: #819B73;
}
.AnyTagClassName
{
color: #819B73;
}
</style>
background-color css
<style>
a { background-color: #819B73; }
a { background-color: rgb(129,155,115); }
div.DivClassName
{
background-color: #819B73;
}
.BgClassName
{
background-color: #819B73;
}
</style>
border-color css
<style>
span { border-color: #819B73; }
span { border-color: rgb(129,155,115); }
td.TdClassName
{
border-color: #819B73;
}
.TagClassName
{
border-color: #819B73;
}
</style>