Shades of Amulet #819F6C
Tints of Amulet #819F6C
RGB
CMYK
RGB Variations
Color information
#819F6C (or 0x819F6C) is known color: Amulet. HEX triplet: 81, 9F and 6C. RGB value is (129,159,108). Sum of RGB (Red+Green+Blue) = 129+159+108=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #819F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F6C is #7E6093. Grayscale: #909090. Windows color (decimal): -8282260 or 7118721. OLE color: 7118721.
HSL color Cylindrical-coordinate representation of color #819F6C: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819F6C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 108 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.38 |
| HSL | 95.29º | 0.21% | 0.52% | - |
| HSV(B) | 95.29º | 0.32% | 0.62% | - |
| XYZ | 24.16 | 30.55 | 18.81 | - |
| YUV | 144.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 108 | 0.19 | 0 | 0.32 | 0.38 | 95.29 | 0.21 | 0.52 |
| Hex | 81 | 9F | 6C | 13 | 0 | 20 | 26 | 5F | 15 | 34 |
| Octal | 201 | 237 | 154 | 23 | 0 | 40 | 46 | 137 | 25 | 64 |
| Binary | 10000001 | 10011111 | 1101100 | 10011 | 0 | 100000 | 100110 | 1011111 | 10101 | 110100 |
Color Harmonies of #819F6C
Complementary color
Monochromatic Colors of #819F6C
Black with #819F6C
Text Example
Text Example
White with #819F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F6C; }
p { color: rgb(129,159,108); }
H1.HeaderClassName
{
color: #819F6C;
}
.AnyTagClassName
{
color: #819F6C;
}
</style>
background-color css
<style>
a { background-color: #819F6C; }
a { background-color: rgb(129,159,108); }
div.DivClassName
{
background-color: #819F6C;
}
.BgClassName
{
background-color: #819F6C;
}
</style>
border-color css
<style>
span { border-color: #819F6C; }
span { border-color: rgb(129,159,108); }
td.TdClassName
{
border-color: #819F6C;
}
.TagClassName
{
border-color: #819F6C;
}
</style>