Shades of Amulet #72A961
Tints of Amulet #72A961
RGB
CMYK
RGB Variations
Color information
#72A961 (or 0x72A961) is known color: Amulet. HEX triplet: 72, A9 and 61. RGB value is (114,169,97). Sum of RGB (Red+Green+Blue) = 114+169+97=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #72A961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A961 is #8D569E. Grayscale: #909090. Windows color (decimal): -9262751 or 6400370. OLE color: 6400370.
HSL color Cylindrical-coordinate representation of color #72A961: hue angle of 105.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72A961 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 97 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.34 |
| HSL | 105.83º | 0.3% | 0.52% | - |
| HSV(B) | 105.83º | 0.43% | 0.66% | - |
| XYZ | 23.29 | 32.82 | 16.42 | - |
| YUV | 144.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 97 | 0.33 | 0 | 0.43 | 0.34 | 105.83 | 0.3 | 0.52 |
| Hex | 72 | A9 | 61 | 21 | 0 | 2B | 22 | 6A | 1E | 34 |
| Octal | 162 | 251 | 141 | 41 | 0 | 53 | 42 | 152 | 36 | 64 |
| Binary | 1110010 | 10101001 | 1100001 | 100001 | 0 | 101011 | 100010 | 1101010 | 11110 | 110100 |
Color Harmonies of #72A961
Complementary color
Monochromatic Colors of #72A961
Black with #72A961
Text Example
Text Example
White with #72A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A961; }
p { color: rgb(114,169,97); }
H1.HeaderClassName
{
color: #72A961;
}
.AnyTagClassName
{
color: #72A961;
}
</style>
background-color css
<style>
a { background-color: #72A961; }
a { background-color: rgb(114,169,97); }
div.DivClassName
{
background-color: #72A961;
}
.BgClassName
{
background-color: #72A961;
}
</style>
border-color css
<style>
span { border-color: #72A961; }
span { border-color: rgb(114,169,97); }
td.TdClassName
{
border-color: #72A961;
}
.TagClassName
{
border-color: #72A961;
}
</style>