Shades of Amulet #729E69
Tints of Amulet #729E69
RGB
CMYK
RGB Variations
Color information
#729E69 (or 0x729E69) is known color: Amulet. HEX triplet: 72, 9E and 69. RGB value is (114,158,105). Sum of RGB (Red+Green+Blue) = 114+158+105=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #729E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E69 is #8D6196. Grayscale: #8A8A8A. Windows color (decimal): -9265559 or 6921842. OLE color: 6921842.
HSL color Cylindrical-coordinate representation of color #729E69: hue angle of 109.81º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729E69 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 105 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.38 |
| HSL | 109.81º | 0.21% | 0.52% | - |
| HSV(B) | 109.81º | 0.34% | 0.62% | - |
| XYZ | 21.72 | 29.05 | 17.83 | - |
| YUV | 138.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 105 | 0.28 | 0 | 0.34 | 0.38 | 109.81 | 0.21 | 0.52 |
| Hex | 72 | 9E | 69 | 1C | 0 | 22 | 26 | 6E | 15 | 34 |
| Octal | 162 | 236 | 151 | 34 | 0 | 42 | 46 | 156 | 25 | 64 |
| Binary | 1110010 | 10011110 | 1101001 | 11100 | 0 | 100010 | 100110 | 1101110 | 10101 | 110100 |
Color Harmonies of #729E69
Complementary color
Monochromatic Colors of #729E69
Black with #729E69
Text Example
Text Example
White with #729E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E69; }
p { color: rgb(114,158,105); }
H1.HeaderClassName
{
color: #729E69;
}
.AnyTagClassName
{
color: #729E69;
}
</style>
background-color css
<style>
a { background-color: #729E69; }
a { background-color: rgb(114,158,105); }
div.DivClassName
{
background-color: #729E69;
}
.BgClassName
{
background-color: #729E69;
}
</style>
border-color css
<style>
span { border-color: #729E69; }
span { border-color: rgb(114,158,105); }
td.TdClassName
{
border-color: #729E69;
}
.TagClassName
{
border-color: #729E69;
}
</style>