Shades of Amulet #72A867
Tints of Amulet #72A867
RGB
CMYK
RGB Variations
Color information
#72A867 (or 0x72A867) is known color: Amulet. HEX triplet: 72, A8 and 67. RGB value is (114,168,103). Sum of RGB (Red+Green+Blue) = 114+168+103=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #72A867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A867 is #8D5798. Grayscale: #909090. Windows color (decimal): -9263001 or 6793330. OLE color: 6793330.
HSL color Cylindrical-coordinate representation of color #72A867: hue angle of 109.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A867 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 103 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.34 |
| HSL | 109.85º | 0.27% | 0.53% | - |
| HSV(B) | 109.85º | 0.39% | 0.66% | - |
| XYZ | 23.39 | 32.56 | 17.88 | - |
| YUV | 144.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 103 | 0.32 | 0 | 0.39 | 0.34 | 109.85 | 0.27 | 0.53 |
| Hex | 72 | A8 | 67 | 20 | 0 | 27 | 22 | 6E | 1B | 35 |
| Octal | 162 | 250 | 147 | 40 | 0 | 47 | 42 | 156 | 33 | 65 |
| Binary | 1110010 | 10101000 | 1100111 | 100000 | 0 | 100111 | 100010 | 1101110 | 11011 | 110101 |
Color Harmonies of #72A867
Complementary color
Monochromatic Colors of #72A867
Black with #72A867
Text Example
Text Example
White with #72A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A867; }
p { color: rgb(114,168,103); }
H1.HeaderClassName
{
color: #72A867;
}
.AnyTagClassName
{
color: #72A867;
}
</style>
background-color css
<style>
a { background-color: #72A867; }
a { background-color: rgb(114,168,103); }
div.DivClassName
{
background-color: #72A867;
}
.BgClassName
{
background-color: #72A867;
}
</style>
border-color css
<style>
span { border-color: #72A867; }
span { border-color: rgb(114,168,103); }
td.TdClassName
{
border-color: #72A867;
}
.TagClassName
{
border-color: #72A867;
}
</style>