Shades of Amulet #72A76F
Tints of Amulet #72A76F
RGB
CMYK
RGB Variations
Color information
#72A76F (or 0x72A76F) is known color: Amulet. HEX triplet: 72, A7 and 6F. RGB value is (114,167,111). Sum of RGB (Red+Green+Blue) = 114+167+111=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #72A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A76F is #8D5890. Grayscale: #909090. Windows color (decimal): -9263249 or 7317362. OLE color: 7317362.
HSL color Cylindrical-coordinate representation of color #72A76F: hue angle of 116.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A76F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 111 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.35 |
| HSL | 116.79º | 0.24% | 0.55% | - |
| HSV(B) | 116.79º | 0.34% | 0.65% | - |
| XYZ | 23.63 | 32.36 | 20.04 | - |
| YUV | 144.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 111 | 0.32 | 0 | 0.34 | 0.35 | 116.79 | 0.24 | 0.55 |
| Hex | 72 | A7 | 6F | 20 | 0 | 22 | 23 | 75 | 18 | 37 |
| Octal | 162 | 247 | 157 | 40 | 0 | 42 | 43 | 165 | 30 | 67 |
| Binary | 1110010 | 10100111 | 1101111 | 100000 | 0 | 100010 | 100011 | 1110101 | 11000 | 110111 |
Color Harmonies of #72A76F
Complementary color
Monochromatic Colors of #72A76F
Black with #72A76F
Text Example
Text Example
White with #72A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A76F; }
p { color: rgb(114,167,111); }
H1.HeaderClassName
{
color: #72A76F;
}
.AnyTagClassName
{
color: #72A76F;
}
</style>
background-color css
<style>
a { background-color: #72A76F; }
a { background-color: rgb(114,167,111); }
div.DivClassName
{
background-color: #72A76F;
}
.BgClassName
{
background-color: #72A76F;
}
</style>
border-color css
<style>
span { border-color: #72A76F; }
span { border-color: rgb(114,167,111); }
td.TdClassName
{
border-color: #72A76F;
}
.TagClassName
{
border-color: #72A76F;
}
</style>