Shades of Amulet #72AD63
Tints of Amulet #72AD63
RGB
CMYK
RGB Variations
Color information
#72AD63 (or 0x72AD63) is known color: Amulet. HEX triplet: 72, AD and 63. RGB value is (114,173,99). Sum of RGB (Red+Green+Blue) = 114+173+99=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD63 is #8D529C. Grayscale: #939393. Windows color (decimal): -9261725 or 6532466. OLE color: 6532466.
HSL color Cylindrical-coordinate representation of color #72AD63: hue angle of 107.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72AD63 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 99 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.32 |
| HSL | 107.84º | 0.31% | 0.53% | - |
| HSV(B) | 107.84º | 0.43% | 0.68% | - |
| XYZ | 24.14 | 34.37 | 17.17 | - |
| YUV | 146.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 99 | 0.34 | 0 | 0.43 | 0.32 | 107.84 | 0.31 | 0.53 |
| Hex | 72 | AD | 63 | 22 | 0 | 2B | 20 | 6C | 1F | 35 |
| Octal | 162 | 255 | 143 | 42 | 0 | 53 | 40 | 154 | 37 | 65 |
| Binary | 1110010 | 10101101 | 1100011 | 100010 | 0 | 101011 | 100000 | 1101100 | 11111 | 110101 |
Color Harmonies of #72AD63
Complementary color
Monochromatic Colors of #72AD63
Black with #72AD63
Text Example
Text Example
White with #72AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD63; }
p { color: rgb(114,173,99); }
H1.HeaderClassName
{
color: #72AD63;
}
.AnyTagClassName
{
color: #72AD63;
}
</style>
background-color css
<style>
a { background-color: #72AD63; }
a { background-color: rgb(114,173,99); }
div.DivClassName
{
background-color: #72AD63;
}
.BgClassName
{
background-color: #72AD63;
}
</style>
border-color css
<style>
span { border-color: #72AD63; }
span { border-color: rgb(114,173,99); }
td.TdClassName
{
border-color: #72AD63;
}
.TagClassName
{
border-color: #72AD63;
}
</style>