Shades of Amulet #72A264
Tints of Amulet #72A264
RGB
CMYK
RGB Variations
Color information
#72A264 (or 0x72A264) is known color: Amulet. HEX triplet: 72, A2 and 64. RGB value is (114,162,100). Sum of RGB (Red+Green+Blue) = 114+162+100=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #72A264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A264 is #8D5D9B. Grayscale: #8C8C8C. Windows color (decimal): -9264540 or 6595186. OLE color: 6595186.
HSL color Cylindrical-coordinate representation of color #72A264: hue angle of 106.45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72A264 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 100 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.36 |
| HSL | 106.45º | 0.25% | 0.51% | - |
| HSV(B) | 106.45º | 0.38% | 0.64% | - |
| XYZ | 22.16 | 30.34 | 16.74 | - |
| YUV | 140.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 100 | 0.30 | 0 | 0.38 | 0.36 | 106.45 | 0.25 | 0.51 |
| Hex | 72 | A2 | 64 | 1E | 0 | 26 | 24 | 6A | 19 | 33 |
| Octal | 162 | 242 | 144 | 36 | 0 | 46 | 44 | 152 | 31 | 63 |
| Binary | 1110010 | 10100010 | 1100100 | 11110 | 0 | 100110 | 100100 | 1101010 | 11001 | 110011 |
Color Harmonies of #72A264
Complementary color
Monochromatic Colors of #72A264
Black with #72A264
Text Example
Text Example
White with #72A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A264; }
p { color: rgb(114,162,100); }
H1.HeaderClassName
{
color: #72A264;
}
.AnyTagClassName
{
color: #72A264;
}
</style>
background-color css
<style>
a { background-color: #72A264; }
a { background-color: rgb(114,162,100); }
div.DivClassName
{
background-color: #72A264;
}
.BgClassName
{
background-color: #72A264;
}
</style>
border-color css
<style>
span { border-color: #72A264; }
span { border-color: rgb(114,162,100); }
td.TdClassName
{
border-color: #72A264;
}
.TagClassName
{
border-color: #72A264;
}
</style>