Shades of Amulet #729B64
Tints of Amulet #729B64
RGB
CMYK
RGB Variations
Color information
#729B64 (or 0x729B64) is known color: Amulet. HEX triplet: 72, 9B and 64. RGB value is (114,155,100). Sum of RGB (Red+Green+Blue) = 114+155+100=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #729B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B64 is #8D649B. Grayscale: #888888. Windows color (decimal): -9266332 or 6593394. OLE color: 6593394.
HSL color Cylindrical-coordinate representation of color #729B64: hue angle of 104.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #729B64 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 100 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.39 |
| HSL | 104.73º | 0.22% | 0.5% | - |
| HSV(B) | 104.73º | 0.35% | 0.61% | - |
| XYZ | 20.96 | 27.94 | 16.34 | - |
| YUV | 136.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 100 | 0.26 | 0 | 0.35 | 0.39 | 104.73 | 0.22 | 0.5 |
| Hex | 72 | 9B | 64 | 1A | 0 | 23 | 27 | 69 | 16 | 32 |
| Octal | 162 | 233 | 144 | 32 | 0 | 43 | 47 | 151 | 26 | 62 |
| Binary | 1110010 | 10011011 | 1100100 | 11010 | 0 | 100011 | 100111 | 1101001 | 10110 | 110010 |
Color Harmonies of #729B64
Complementary color
Monochromatic Colors of #729B64
Black with #729B64
Text Example
Text Example
White with #729B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B64; }
p { color: rgb(114,155,100); }
H1.HeaderClassName
{
color: #729B64;
}
.AnyTagClassName
{
color: #729B64;
}
</style>
background-color css
<style>
a { background-color: #729B64; }
a { background-color: rgb(114,155,100); }
div.DivClassName
{
background-color: #729B64;
}
.BgClassName
{
background-color: #729B64;
}
</style>
border-color css
<style>
span { border-color: #729B64; }
span { border-color: rgb(114,155,100); }
td.TdClassName
{
border-color: #729B64;
}
.TagClassName
{
border-color: #729B64;
}
</style>