Shades of Amulet #72A96B
Tints of Amulet #72A96B
RGB
CMYK
RGB Variations
Color information
#72A96B (or 0x72A96B) is known color: Amulet. HEX triplet: 72, A9 and 6B. RGB value is (114,169,107). Sum of RGB (Red+Green+Blue) = 114+169+107=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #72A96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A96B is #8D5694. Grayscale: #919191. Windows color (decimal): -9262741 or 7055730. OLE color: 7055730.
HSL color Cylindrical-coordinate representation of color #72A96B: hue angle of 113.23º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72A96B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 107 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.34 |
| HSL | 113.23º | 0.26% | 0.54% | - |
| HSV(B) | 113.23º | 0.37% | 0.66% | - |
| XYZ | 23.78 | 33.01 | 19.03 | - |
| YUV | 145.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 107 | 0.33 | 0 | 0.37 | 0.34 | 113.23 | 0.26 | 0.54 |
| Hex | 72 | A9 | 6B | 21 | 0 | 25 | 22 | 71 | 1A | 36 |
| Octal | 162 | 251 | 153 | 41 | 0 | 45 | 42 | 161 | 32 | 66 |
| Binary | 1110010 | 10101001 | 1101011 | 100001 | 0 | 100101 | 100010 | 1110001 | 11010 | 110110 |
Color Harmonies of #72A96B
Complementary color
Monochromatic Colors of #72A96B
Black with #72A96B
Text Example
Text Example
White with #72A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A96B; }
p { color: rgb(114,169,107); }
H1.HeaderClassName
{
color: #72A96B;
}
.AnyTagClassName
{
color: #72A96B;
}
</style>
background-color css
<style>
a { background-color: #72A96B; }
a { background-color: rgb(114,169,107); }
div.DivClassName
{
background-color: #72A96B;
}
.BgClassName
{
background-color: #72A96B;
}
</style>
border-color css
<style>
span { border-color: #72A96B; }
span { border-color: rgb(114,169,107); }
td.TdClassName
{
border-color: #72A96B;
}
.TagClassName
{
border-color: #72A96B;
}
</style>