Shades of Amulet #72A465
Tints of Amulet #72A465
RGB
CMYK
RGB Variations
Color information
#72A465 (or 0x72A465) is known color: Amulet. HEX triplet: 72, A4 and 65. RGB value is (114,164,101). Sum of RGB (Red+Green+Blue) = 114+164+101=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #72A465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A465 is #8D5B9A. Grayscale: #8E8E8E. Windows color (decimal): -9264027 or 6661234. OLE color: 6661234.
HSL color Cylindrical-coordinate representation of color #72A465: hue angle of 107.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72A465 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 101 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.36 |
| HSL | 107.62º | 0.26% | 0.52% | - |
| HSV(B) | 107.62º | 0.38% | 0.64% | - |
| XYZ | 22.56 | 31.07 | 17.12 | - |
| YUV | 141.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 101 | 0.30 | 0 | 0.38 | 0.36 | 107.62 | 0.26 | 0.52 |
| Hex | 72 | A4 | 65 | 1E | 0 | 26 | 24 | 6C | 1A | 34 |
| Octal | 162 | 244 | 145 | 36 | 0 | 46 | 44 | 154 | 32 | 64 |
| Binary | 1110010 | 10100100 | 1100101 | 11110 | 0 | 100110 | 100100 | 1101100 | 11010 | 110100 |
Color Harmonies of #72A465
Complementary color
Monochromatic Colors of #72A465
Black with #72A465
Text Example
Text Example
White with #72A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A465; }
p { color: rgb(114,164,101); }
H1.HeaderClassName
{
color: #72A465;
}
.AnyTagClassName
{
color: #72A465;
}
</style>
background-color css
<style>
a { background-color: #72A465; }
a { background-color: rgb(114,164,101); }
div.DivClassName
{
background-color: #72A465;
}
.BgClassName
{
background-color: #72A465;
}
</style>
border-color css
<style>
span { border-color: #72A465; }
span { border-color: rgb(114,164,101); }
td.TdClassName
{
border-color: #72A465;
}
.TagClassName
{
border-color: #72A465;
}
</style>