Shades of Amulet #72A467
Tints of Amulet #72A467
RGB
CMYK
RGB Variations
Color information
#72A467 (or 0x72A467) is known color: Amulet. HEX triplet: 72, A4 and 67. RGB value is (114,164,103). Sum of RGB (Red+Green+Blue) = 114+164+103=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #72A467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A467 is #8D5B98. Grayscale: #8E8E8E. Windows color (decimal): -9264025 or 6792306. OLE color: 6792306.
HSL color Cylindrical-coordinate representation of color #72A467: hue angle of 109.18º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72A467 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 103 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.36 |
| HSL | 109.18º | 0.25% | 0.52% | - |
| HSV(B) | 109.18º | 0.37% | 0.64% | - |
| XYZ | 22.66 | 31.11 | 17.64 | - |
| YUV | 142.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 103 | 0.30 | 0 | 0.37 | 0.36 | 109.18 | 0.25 | 0.52 |
| Hex | 72 | A4 | 67 | 1E | 0 | 25 | 24 | 6D | 19 | 34 |
| Octal | 162 | 244 | 147 | 36 | 0 | 45 | 44 | 155 | 31 | 64 |
| Binary | 1110010 | 10100100 | 1100111 | 11110 | 0 | 100101 | 100100 | 1101101 | 11001 | 110100 |
Color Harmonies of #72A467
Complementary color
Monochromatic Colors of #72A467
Black with #72A467
Text Example
Text Example
White with #72A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A467; }
p { color: rgb(114,164,103); }
H1.HeaderClassName
{
color: #72A467;
}
.AnyTagClassName
{
color: #72A467;
}
</style>
background-color css
<style>
a { background-color: #72A467; }
a { background-color: rgb(114,164,103); }
div.DivClassName
{
background-color: #72A467;
}
.BgClassName
{
background-color: #72A467;
}
</style>
border-color css
<style>
span { border-color: #72A467; }
span { border-color: rgb(114,164,103); }
td.TdClassName
{
border-color: #72A467;
}
.TagClassName
{
border-color: #72A467;
}
</style>