Shades of Amulet #729B66
Tints of Amulet #729B66
RGB
CMYK
RGB Variations
Color information
#729B66 (or 0x729B66) is known color: Amulet. HEX triplet: 72, 9B and 66. RGB value is (114,155,102). Sum of RGB (Red+Green+Blue) = 114+155+102=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #729B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B66 is #8D6499. Grayscale: #888888. Windows color (decimal): -9266330 or 6724466. OLE color: 6724466.
HSL color Cylindrical-coordinate representation of color #729B66: hue angle of 106.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729B66 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 102 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.39 |
| HSL | 106.42º | 0.21% | 0.5% | - |
| HSV(B) | 106.42º | 0.34% | 0.61% | - |
| XYZ | 21.06 | 27.98 | 16.86 | - |
| YUV | 136.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 102 | 0.26 | 0 | 0.34 | 0.39 | 106.42 | 0.21 | 0.5 |
| Hex | 72 | 9B | 66 | 1A | 0 | 22 | 27 | 6A | 15 | 32 |
| Octal | 162 | 233 | 146 | 32 | 0 | 42 | 47 | 152 | 25 | 62 |
| Binary | 1110010 | 10011011 | 1100110 | 11010 | 0 | 100010 | 100111 | 1101010 | 10101 | 110010 |
Color Harmonies of #729B66
Complementary color
Monochromatic Colors of #729B66
Black with #729B66
Text Example
Text Example
White with #729B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B66; }
p { color: rgb(114,155,102); }
H1.HeaderClassName
{
color: #729B66;
}
.AnyTagClassName
{
color: #729B66;
}
</style>
background-color css
<style>
a { background-color: #729B66; }
a { background-color: rgb(114,155,102); }
div.DivClassName
{
background-color: #729B66;
}
.BgClassName
{
background-color: #729B66;
}
</style>
border-color css
<style>
span { border-color: #729B66; }
span { border-color: rgb(114,155,102); }
td.TdClassName
{
border-color: #729B66;
}
.TagClassName
{
border-color: #729B66;
}
</style>