Shades of Amulet #729668
Tints of Amulet #729668
RGB
CMYK
RGB Variations
Color information
#729668 (or 0x729668) is known color: Amulet. HEX triplet: 72, 96 and 68. RGB value is (114,150,104). Sum of RGB (Red+Green+Blue) = 114+150+104=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #729668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729668 is #8D6997. Grayscale: #868686. Windows color (decimal): -9267608 or 6854258. OLE color: 6854258.
HSL color Cylindrical-coordinate representation of color #729668: hue angle of 106.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729668 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 104 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.41 |
| HSL | 106.96º | 0.18% | 0.5% | - |
| HSV(B) | 106.96º | 0.31% | 0.59% | - |
| XYZ | 20.34 | 26.39 | 17.12 | - |
| YUV | 133.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 104 | 0.24 | 0 | 0.31 | 0.41 | 106.96 | 0.18 | 0.5 |
| Hex | 72 | 96 | 68 | 18 | 0 | 1F | 29 | 6B | 12 | 32 |
| Octal | 162 | 226 | 150 | 30 | 0 | 37 | 51 | 153 | 22 | 62 |
| Binary | 1110010 | 10010110 | 1101000 | 11000 | 0 | 11111 | 101001 | 1101011 | 10010 | 110010 |
Color Harmonies of #729668
Complementary color
Monochromatic Colors of #729668
Black with #729668
Text Example
Text Example
White with #729668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729668; }
p { color: rgb(114,150,104); }
H1.HeaderClassName
{
color: #729668;
}
.AnyTagClassName
{
color: #729668;
}
</style>
background-color css
<style>
a { background-color: #729668; }
a { background-color: rgb(114,150,104); }
div.DivClassName
{
background-color: #729668;
}
.BgClassName
{
background-color: #729668;
}
</style>
border-color css
<style>
span { border-color: #729668; }
span { border-color: rgb(114,150,104); }
td.TdClassName
{
border-color: #729668;
}
.TagClassName
{
border-color: #729668;
}
</style>