Shades of Amulet #72A965
Tints of Amulet #72A965
RGB
CMYK
RGB Variations
Color information
#72A965 (or 0x72A965) is known color: Amulet. HEX triplet: 72, A9 and 65. RGB value is (114,169,101). Sum of RGB (Red+Green+Blue) = 114+169+101=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #72A965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A965 is #8D569A. Grayscale: #919191. Windows color (decimal): -9262747 or 6662514. OLE color: 6662514.
HSL color Cylindrical-coordinate representation of color #72A965: hue angle of 108.53º 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 #72A965 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 101 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.34 |
| HSL | 108.53º | 0.28% | 0.53% | - |
| HSV(B) | 108.53º | 0.4% | 0.66% | - |
| XYZ | 23.48 | 32.89 | 17.42 | - |
| YUV | 144.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 101 | 0.33 | 0 | 0.40 | 0.34 | 108.53 | 0.28 | 0.53 |
| Hex | 72 | A9 | 65 | 21 | 0 | 28 | 22 | 6D | 1C | 35 |
| Octal | 162 | 251 | 145 | 41 | 0 | 50 | 42 | 155 | 34 | 65 |
| Binary | 1110010 | 10101001 | 1100101 | 100001 | 0 | 101000 | 100010 | 1101101 | 11100 | 110101 |
Color Harmonies of #72A965
Complementary color
Monochromatic Colors of #72A965
Black with #72A965
Text Example
Text Example
White with #72A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A965; }
p { color: rgb(114,169,101); }
H1.HeaderClassName
{
color: #72A965;
}
.AnyTagClassName
{
color: #72A965;
}
</style>
background-color css
<style>
a { background-color: #72A965; }
a { background-color: rgb(114,169,101); }
div.DivClassName
{
background-color: #72A965;
}
.BgClassName
{
background-color: #72A965;
}
</style>
border-color css
<style>
span { border-color: #72A965; }
span { border-color: rgb(114,169,101); }
td.TdClassName
{
border-color: #72A965;
}
.TagClassName
{
border-color: #72A965;
}
</style>