Shades of Amulet #72A36C
Tints of Amulet #72A36C
RGB
CMYK
RGB Variations
Color information
#72A36C (or 0x72A36C) is known color: Amulet. HEX triplet: 72, A3 and 6C. RGB value is (114,163,108). Sum of RGB (Red+Green+Blue) = 114+163+108=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #72A36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A36C is #8D5C93. Grayscale: #8E8E8E. Windows color (decimal): -9264276 or 7119730. OLE color: 7119730.
HSL color Cylindrical-coordinate representation of color #72A36C: hue angle of 113.45º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A36C is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 108 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.36 |
| HSL | 113.45º | 0.23% | 0.53% | - |
| HSV(B) | 113.45º | 0.34% | 0.64% | - |
| XYZ | 22.74 | 30.85 | 18.94 | - |
| YUV | 142.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 108 | 0.30 | 0 | 0.34 | 0.36 | 113.45 | 0.23 | 0.53 |
| Hex | 72 | A3 | 6C | 1E | 0 | 22 | 24 | 71 | 17 | 35 |
| Octal | 162 | 243 | 154 | 36 | 0 | 42 | 44 | 161 | 27 | 65 |
| Binary | 1110010 | 10100011 | 1101100 | 11110 | 0 | 100010 | 100100 | 1110001 | 10111 | 110101 |
Color Harmonies of #72A36C
Complementary color
Monochromatic Colors of #72A36C
Black with #72A36C
Text Example
Text Example
White with #72A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A36C; }
p { color: rgb(114,163,108); }
H1.HeaderClassName
{
color: #72A36C;
}
.AnyTagClassName
{
color: #72A36C;
}
</style>
background-color css
<style>
a { background-color: #72A36C; }
a { background-color: rgb(114,163,108); }
div.DivClassName
{
background-color: #72A36C;
}
.BgClassName
{
background-color: #72A36C;
}
</style>
border-color css
<style>
span { border-color: #72A36C; }
span { border-color: rgb(114,163,108); }
td.TdClassName
{
border-color: #72A36C;
}
.TagClassName
{
border-color: #72A36C;
}
</style>