Shades of Amulet #72AB6A
Tints of Amulet #72AB6A
RGB
CMYK
RGB Variations
Color information
#72AB6A (or 0x72AB6A) is known color: Amulet. HEX triplet: 72, AB and 6A. RGB value is (114,171,106). Sum of RGB (Red+Green+Blue) = 114+171+106=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB6A is #8D5495. Grayscale: #929292. Windows color (decimal): -9262230 or 6990706. OLE color: 6990706.
HSL color Cylindrical-coordinate representation of color #72AB6A: hue angle of 112.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72AB6A is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 106 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.33 |
| HSL | 112.62º | 0.28% | 0.54% | - |
| HSV(B) | 112.62º | 0.38% | 0.67% | - |
| XYZ | 24.1 | 33.74 | 18.88 | - |
| YUV | 146.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 106 | 0.33 | 0 | 0.38 | 0.33 | 112.62 | 0.28 | 0.54 |
| Hex | 72 | AB | 6A | 21 | 0 | 26 | 21 | 71 | 1C | 36 |
| Octal | 162 | 253 | 152 | 41 | 0 | 46 | 41 | 161 | 34 | 66 |
| Binary | 1110010 | 10101011 | 1101010 | 100001 | 0 | 100110 | 100001 | 1110001 | 11100 | 110110 |
Color Harmonies of #72AB6A
Complementary color
Monochromatic Colors of #72AB6A
Black with #72AB6A
Text Example
Text Example
White with #72AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB6A; }
p { color: rgb(114,171,106); }
H1.HeaderClassName
{
color: #72AB6A;
}
.AnyTagClassName
{
color: #72AB6A;
}
</style>
background-color css
<style>
a { background-color: #72AB6A; }
a { background-color: rgb(114,171,106); }
div.DivClassName
{
background-color: #72AB6A;
}
.BgClassName
{
background-color: #72AB6A;
}
</style>
border-color css
<style>
span { border-color: #72AB6A; }
span { border-color: rgb(114,171,106); }
td.TdClassName
{
border-color: #72AB6A;
}
.TagClassName
{
border-color: #72AB6A;
}
</style>