Shades of Amulet #72AD66
Tints of Amulet #72AD66
RGB
CMYK
RGB Variations
Color information
#72AD66 (or 0x72AD66) is known color: Amulet. HEX triplet: 72, AD and 66. RGB value is (114,173,102). Sum of RGB (Red+Green+Blue) = 114+173+102=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD66 is #8D5299. Grayscale: #939393. Windows color (decimal): -9261722 or 6729074. OLE color: 6729074.
HSL color Cylindrical-coordinate representation of color #72AD66: hue angle of 109.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72AD66 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 102 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.32 |
| HSL | 109.86º | 0.3% | 0.54% | - |
| HSV(B) | 109.86º | 0.41% | 0.68% | - |
| XYZ | 24.28 | 34.42 | 17.94 | - |
| YUV | 147.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 102 | 0.34 | 0 | 0.41 | 0.32 | 109.86 | 0.3 | 0.54 |
| Hex | 72 | AD | 66 | 22 | 0 | 29 | 20 | 6E | 1E | 36 |
| Octal | 162 | 255 | 146 | 42 | 0 | 51 | 40 | 156 | 36 | 66 |
| Binary | 1110010 | 10101101 | 1100110 | 100010 | 0 | 101001 | 100000 | 1101110 | 11110 | 110110 |
Color Harmonies of #72AD66
Complementary color
Monochromatic Colors of #72AD66
Black with #72AD66
Text Example
Text Example
White with #72AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD66; }
p { color: rgb(114,173,102); }
H1.HeaderClassName
{
color: #72AD66;
}
.AnyTagClassName
{
color: #72AD66;
}
</style>
background-color css
<style>
a { background-color: #72AD66; }
a { background-color: rgb(114,173,102); }
div.DivClassName
{
background-color: #72AD66;
}
.BgClassName
{
background-color: #72AD66;
}
</style>
border-color css
<style>
span { border-color: #72AD66; }
span { border-color: rgb(114,173,102); }
td.TdClassName
{
border-color: #72AD66;
}
.TagClassName
{
border-color: #72AD66;
}
</style>