Shades of Amulet #819D6D
Tints of Amulet #819D6D
RGB
CMYK
RGB Variations
Color information
#819D6D (or 0x819D6D) is known color: Amulet. HEX triplet: 81, 9D and 6D. RGB value is (129,157,109). Sum of RGB (Red+Green+Blue) = 129+157+109=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #819D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D6D is #7E6292. Grayscale: #8F8F8F. Windows color (decimal): -8282771 or 7183745. OLE color: 7183745.
HSL color Cylindrical-coordinate representation of color #819D6D: hue angle of 95º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819D6D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 109 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.38 |
| HSL | 95º | 0.2% | 0.52% | - |
| HSV(B) | 95º | 0.31% | 0.62% | - |
| XYZ | 23.87 | 29.89 | 18.98 | - |
| YUV | 143.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 109 | 0.18 | 0 | 0.31 | 0.38 | 95 | 0.2 | 0.52 |
| Hex | 81 | 9D | 6D | 12 | 0 | 1F | 26 | 5F | 14 | 34 |
| Octal | 201 | 235 | 155 | 22 | 0 | 37 | 46 | 137 | 24 | 64 |
| Binary | 10000001 | 10011101 | 1101101 | 10010 | 0 | 11111 | 100110 | 1011111 | 10100 | 110100 |
Color Harmonies of #819D6D
Complementary color
Monochromatic Colors of #819D6D
Black with #819D6D
Text Example
Text Example
White with #819D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D6D; }
p { color: rgb(129,157,109); }
H1.HeaderClassName
{
color: #819D6D;
}
.AnyTagClassName
{
color: #819D6D;
}
</style>
background-color css
<style>
a { background-color: #819D6D; }
a { background-color: rgb(129,157,109); }
div.DivClassName
{
background-color: #819D6D;
}
.BgClassName
{
background-color: #819D6D;
}
</style>
border-color css
<style>
span { border-color: #819D6D; }
span { border-color: rgb(129,157,109); }
td.TdClassName
{
border-color: #819D6D;
}
.TagClassName
{
border-color: #819D6D;
}
</style>