Shades of Amulet #729E68
Tints of Amulet #729E68
RGB
CMYK
RGB Variations
Color information
#729E68 (or 0x729E68) is known color: Amulet. HEX triplet: 72, 9E and 68. RGB value is (114,158,104). Sum of RGB (Red+Green+Blue) = 114+158+104=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #729E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E68 is #8D6197. Grayscale: #8A8A8A. Windows color (decimal): -9265560 or 6856306. OLE color: 6856306.
HSL color Cylindrical-coordinate representation of color #729E68: hue angle of 108.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729E68 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 104 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.38 |
| HSL | 108.89º | 0.22% | 0.51% | - |
| HSV(B) | 108.89º | 0.34% | 0.62% | - |
| XYZ | 21.66 | 29.03 | 17.56 | - |
| YUV | 138.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 104 | 0.28 | 0 | 0.34 | 0.38 | 108.89 | 0.22 | 0.51 |
| Hex | 72 | 9E | 68 | 1C | 0 | 22 | 26 | 6D | 16 | 33 |
| Octal | 162 | 236 | 150 | 34 | 0 | 42 | 46 | 155 | 26 | 63 |
| Binary | 1110010 | 10011110 | 1101000 | 11100 | 0 | 100010 | 100110 | 1101101 | 10110 | 110011 |
Color Harmonies of #729E68
Complementary color
Monochromatic Colors of #729E68
Black with #729E68
Text Example
Text Example
White with #729E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E68; }
p { color: rgb(114,158,104); }
H1.HeaderClassName
{
color: #729E68;
}
.AnyTagClassName
{
color: #729E68;
}
</style>
background-color css
<style>
a { background-color: #729E68; }
a { background-color: rgb(114,158,104); }
div.DivClassName
{
background-color: #729E68;
}
.BgClassName
{
background-color: #729E68;
}
</style>
border-color css
<style>
span { border-color: #729E68; }
span { border-color: rgb(114,158,104); }
td.TdClassName
{
border-color: #729E68;
}
.TagClassName
{
border-color: #729E68;
}
</style>