Shades of Amulet #819D75
Tints of Amulet #819D75
RGB
CMYK
RGB Variations
Color information
#819D75 (or 0x819D75) is known color: Amulet. HEX triplet: 81, 9D and 75. RGB value is (129,157,117). Sum of RGB (Red+Green+Blue) = 129+157+117=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #819D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819D75 is #7E628A. Grayscale: #909090. Windows color (decimal): -8282763 or 7708033. OLE color: 7708033.
HSL color Cylindrical-coordinate representation of color #819D75: hue angle of 102º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819D75 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 117 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.38 |
| HSL | 102º | 0.17% | 0.54% | - |
| HSV(B) | 102º | 0.25% | 0.62% | - |
| XYZ | 24.32 | 30.07 | 21.35 | - |
| YUV | 144.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 117 | 0.18 | 0 | 0.25 | 0.38 | 102 | 0.17 | 0.54 |
| Hex | 81 | 9D | 75 | 12 | 0 | 19 | 26 | 66 | 11 | 36 |
| Octal | 201 | 235 | 165 | 22 | 0 | 31 | 46 | 146 | 21 | 66 |
| Binary | 10000001 | 10011101 | 1110101 | 10010 | 0 | 11001 | 100110 | 1100110 | 10001 | 110110 |
Color Harmonies of #819D75
Complementary color
Monochromatic Colors of #819D75
Black with #819D75
Text Example
Text Example
White with #819D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D75; }
p { color: rgb(129,157,117); }
H1.HeaderClassName
{
color: #819D75;
}
.AnyTagClassName
{
color: #819D75;
}
</style>
background-color css
<style>
a { background-color: #819D75; }
a { background-color: rgb(129,157,117); }
div.DivClassName
{
background-color: #819D75;
}
.BgClassName
{
background-color: #819D75;
}
</style>
border-color css
<style>
span { border-color: #819D75; }
span { border-color: rgb(129,157,117); }
td.TdClassName
{
border-color: #819D75;
}
.TagClassName
{
border-color: #819D75;
}
</style>