Shades of Amulet #729F66
Tints of Amulet #729F66
RGB
CMYK
RGB Variations
Color information
#729F66 (or 0x729F66) is known color: Amulet. HEX triplet: 72, 9F and 66. RGB value is (114,159,102). Sum of RGB (Red+Green+Blue) = 114+159+102=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #729F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F66 is #8D6099. Grayscale: #8B8B8B. Windows color (decimal): -9265306 or 6725490. OLE color: 6725490.
HSL color Cylindrical-coordinate representation of color #729F66: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #729F66 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 102 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.38 |
| HSL | 107.37º | 0.23% | 0.51% | - |
| HSV(B) | 107.37º | 0.36% | 0.62% | - |
| XYZ | 21.74 | 29.33 | 17.09 | - |
| YUV | 139.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 102 | 0.28 | 0 | 0.36 | 0.38 | 107.37 | 0.23 | 0.51 |
| Hex | 72 | 9F | 66 | 1C | 0 | 24 | 26 | 6B | 17 | 33 |
| Octal | 162 | 237 | 146 | 34 | 0 | 44 | 46 | 153 | 27 | 63 |
| Binary | 1110010 | 10011111 | 1100110 | 11100 | 0 | 100100 | 100110 | 1101011 | 10111 | 110011 |
Color Harmonies of #729F66
Complementary color
Monochromatic Colors of #729F66
Black with #729F66
Text Example
Text Example
White with #729F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F66; }
p { color: rgb(114,159,102); }
H1.HeaderClassName
{
color: #729F66;
}
.AnyTagClassName
{
color: #729F66;
}
</style>
background-color css
<style>
a { background-color: #729F66; }
a { background-color: rgb(114,159,102); }
div.DivClassName
{
background-color: #729F66;
}
.BgClassName
{
background-color: #729F66;
}
</style>
border-color css
<style>
span { border-color: #729F66; }
span { border-color: rgb(114,159,102); }
td.TdClassName
{
border-color: #729F66;
}
.TagClassName
{
border-color: #729F66;
}
</style>