Shades of Amulet #729E6B
Tints of Amulet #729E6B
RGB
CMYK
RGB Variations
Color information
#729E6B (or 0x729E6B) is known color: Amulet. HEX triplet: 72, 9E and 6B. RGB value is (114,158,107). Sum of RGB (Red+Green+Blue) = 114+158+107=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #729E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E6B is #8D6194. Grayscale: #8B8B8B. Windows color (decimal): -9265557 or 7052914. OLE color: 7052914.
HSL color Cylindrical-coordinate representation of color #729E6B: hue angle of 111.76º 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 #729E6B is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 107 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.38 |
| HSL | 111.76º | 0.21% | 0.52% | - |
| HSV(B) | 111.76º | 0.32% | 0.62% | - |
| XYZ | 21.82 | 29.09 | 18.38 | - |
| YUV | 139.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 107 | 0.28 | 0 | 0.32 | 0.38 | 111.76 | 0.21 | 0.52 |
| Hex | 72 | 9E | 6B | 1C | 0 | 20 | 26 | 70 | 15 | 34 |
| Octal | 162 | 236 | 153 | 34 | 0 | 40 | 46 | 160 | 25 | 64 |
| Binary | 1110010 | 10011110 | 1101011 | 11100 | 0 | 100000 | 100110 | 1110000 | 10101 | 110100 |
Color Harmonies of #729E6B
Complementary color
Monochromatic Colors of #729E6B
Black with #729E6B
Text Example
Text Example
White with #729E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E6B; }
p { color: rgb(114,158,107); }
H1.HeaderClassName
{
color: #729E6B;
}
.AnyTagClassName
{
color: #729E6B;
}
</style>
background-color css
<style>
a { background-color: #729E6B; }
a { background-color: rgb(114,158,107); }
div.DivClassName
{
background-color: #729E6B;
}
.BgClassName
{
background-color: #729E6B;
}
</style>
border-color css
<style>
span { border-color: #729E6B; }
span { border-color: rgb(114,158,107); }
td.TdClassName
{
border-color: #729E6B;
}
.TagClassName
{
border-color: #729E6B;
}
</style>