Shades of Amulet #72A966
Tints of Amulet #72A966
RGB
CMYK
RGB Variations
Color information
#72A966 (or 0x72A966) is known color: Amulet. HEX triplet: 72, A9 and 66. RGB value is (114,169,102). Sum of RGB (Red+Green+Blue) = 114+169+102=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #72A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A966 is #8D5699. Grayscale: #919191. Windows color (decimal): -9262746 or 6728050. OLE color: 6728050.
HSL color Cylindrical-coordinate representation of color #72A966: hue angle of 109.25º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72A966 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 102 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.34 |
| HSL | 109.25º | 0.28% | 0.53% | - |
| HSV(B) | 109.25º | 0.4% | 0.66% | - |
| XYZ | 23.53 | 32.91 | 17.68 | - |
| YUV | 144.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 102 | 0.33 | 0 | 0.40 | 0.34 | 109.25 | 0.28 | 0.53 |
| Hex | 72 | A9 | 66 | 21 | 0 | 28 | 22 | 6D | 1C | 35 |
| Octal | 162 | 251 | 146 | 41 | 0 | 50 | 42 | 155 | 34 | 65 |
| Binary | 1110010 | 10101001 | 1100110 | 100001 | 0 | 101000 | 100010 | 1101101 | 11100 | 110101 |
Color Harmonies of #72A966
Complementary color
Monochromatic Colors of #72A966
Black with #72A966
Text Example
Text Example
White with #72A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A966; }
p { color: rgb(114,169,102); }
H1.HeaderClassName
{
color: #72A966;
}
.AnyTagClassName
{
color: #72A966;
}
</style>
background-color css
<style>
a { background-color: #72A966; }
a { background-color: rgb(114,169,102); }
div.DivClassName
{
background-color: #72A966;
}
.BgClassName
{
background-color: #72A966;
}
</style>
border-color css
<style>
span { border-color: #72A966; }
span { border-color: rgb(114,169,102); }
td.TdClassName
{
border-color: #72A966;
}
.TagClassName
{
border-color: #72A966;
}
</style>