Shades of Amulet #72A06A
Tints of Amulet #72A06A
RGB
CMYK
RGB Variations
Color information
#72A06A (or 0x72A06A) is known color: Amulet. HEX triplet: 72, A0 and 6A. RGB value is (114,160,106). Sum of RGB (Red+Green+Blue) = 114+160+106=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #72A06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A06A is #8D5F95. Grayscale: #8C8C8C. Windows color (decimal): -9265046 or 6987890. OLE color: 6987890.
HSL color Cylindrical-coordinate representation of color #72A06A: hue angle of 111.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A06A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 106 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.37 |
| HSL | 111.11º | 0.22% | 0.52% | - |
| HSV(B) | 111.11º | 0.34% | 0.63% | - |
| XYZ | 22.11 | 29.76 | 18.21 | - |
| YUV | 140.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 106 | 0.29 | 0 | 0.34 | 0.37 | 111.11 | 0.22 | 0.52 |
| Hex | 72 | A0 | 6A | 1D | 0 | 22 | 25 | 6F | 16 | 34 |
| Octal | 162 | 240 | 152 | 35 | 0 | 42 | 45 | 157 | 26 | 64 |
| Binary | 1110010 | 10100000 | 1101010 | 11101 | 0 | 100010 | 100101 | 1101111 | 10110 | 110100 |
Color Harmonies of #72A06A
Complementary color
Monochromatic Colors of #72A06A
Black with #72A06A
Text Example
Text Example
White with #72A06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A06A; }
p { color: rgb(114,160,106); }
H1.HeaderClassName
{
color: #72A06A;
}
.AnyTagClassName
{
color: #72A06A;
}
</style>
background-color css
<style>
a { background-color: #72A06A; }
a { background-color: rgb(114,160,106); }
div.DivClassName
{
background-color: #72A06A;
}
.BgClassName
{
background-color: #72A06A;
}
</style>
border-color css
<style>
span { border-color: #72A06A; }
span { border-color: rgb(114,160,106); }
td.TdClassName
{
border-color: #72A06A;
}
.TagClassName
{
border-color: #72A06A;
}
</style>