Shades of Amulet #72A862
Tints of Amulet #72A862
RGB
CMYK
RGB Variations
Color information
#72A862 (or 0x72A862) is known color: Amulet. HEX triplet: 72, A8 and 62. RGB value is (114,168,98). Sum of RGB (Red+Green+Blue) = 114+168+98=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #72A862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A862 is #8D579D. Grayscale: #909090. Windows color (decimal): -9263006 or 6465650. OLE color: 6465650.
HSL color Cylindrical-coordinate representation of color #72A862: hue angle of 106.29º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72A862 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 98 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.34 |
| HSL | 106.29º | 0.29% | 0.52% | - |
| HSV(B) | 106.29º | 0.42% | 0.66% | - |
| XYZ | 23.15 | 32.46 | 16.6 | - |
| YUV | 143.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 98 | 0.32 | 0 | 0.42 | 0.34 | 106.29 | 0.29 | 0.52 |
| Hex | 72 | A8 | 62 | 20 | 0 | 2A | 22 | 6A | 1D | 34 |
| Octal | 162 | 250 | 142 | 40 | 0 | 52 | 42 | 152 | 35 | 64 |
| Binary | 1110010 | 10101000 | 1100010 | 100000 | 0 | 101010 | 100010 | 1101010 | 11101 | 110100 |
Color Harmonies of #72A862
Complementary color
Monochromatic Colors of #72A862
Black with #72A862
Text Example
Text Example
White with #72A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A862; }
p { color: rgb(114,168,98); }
H1.HeaderClassName
{
color: #72A862;
}
.AnyTagClassName
{
color: #72A862;
}
</style>
background-color css
<style>
a { background-color: #72A862; }
a { background-color: rgb(114,168,98); }
div.DivClassName
{
background-color: #72A862;
}
.BgClassName
{
background-color: #72A862;
}
</style>
border-color css
<style>
span { border-color: #72A862; }
span { border-color: rgb(114,168,98); }
td.TdClassName
{
border-color: #72A862;
}
.TagClassName
{
border-color: #72A862;
}
</style>