Shades of Amulet #819B71
Tints of Amulet #819B71
RGB
CMYK
RGB Variations
Color information
#819B71 (or 0x819B71) is known color: Amulet. HEX triplet: 81, 9B and 71. RGB value is (129,155,113). Sum of RGB (Red+Green+Blue) = 129+155+113=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #819B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B71 is #7E648E. Grayscale: #8E8E8E. Windows color (decimal): -8283279 or 7445377. OLE color: 7445377.
HSL color Cylindrical-coordinate representation of color #819B71: hue angle of 97.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #819B71 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 113 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.39 |
| HSL | 97.14º | 0.17% | 0.53% | - |
| HSV(B) | 97.14º | 0.27% | 0.61% | - |
| XYZ | 23.76 | 29.3 | 20.03 | - |
| YUV | 142.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 113 | 0.17 | 0 | 0.27 | 0.39 | 97.14 | 0.17 | 0.53 |
| Hex | 81 | 9B | 71 | 11 | 0 | 1B | 27 | 61 | 11 | 35 |
| Octal | 201 | 233 | 161 | 21 | 0 | 33 | 47 | 141 | 21 | 65 |
| Binary | 10000001 | 10011011 | 1110001 | 10001 | 0 | 11011 | 100111 | 1100001 | 10001 | 110101 |
Color Harmonies of #819B71
Complementary color
Monochromatic Colors of #819B71
Black with #819B71
Text Example
Text Example
White with #819B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B71; }
p { color: rgb(129,155,113); }
H1.HeaderClassName
{
color: #819B71;
}
.AnyTagClassName
{
color: #819B71;
}
</style>
background-color css
<style>
a { background-color: #819B71; }
a { background-color: rgb(129,155,113); }
div.DivClassName
{
background-color: #819B71;
}
.BgClassName
{
background-color: #819B71;
}
</style>
border-color css
<style>
span { border-color: #819B71; }
span { border-color: rgb(129,155,113); }
td.TdClassName
{
border-color: #819B71;
}
.TagClassName
{
border-color: #819B71;
}
</style>