Shades of Amulet #72AB6D
Tints of Amulet #72AB6D
RGB
CMYK
RGB Variations
Color information
#72AB6D (or 0x72AB6D) is known color: Amulet. HEX triplet: 72, AB and 6D. RGB value is (114,171,109). Sum of RGB (Red+Green+Blue) = 114+171+109=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB6D is #8D5492. Grayscale: #939393. Windows color (decimal): -9262227 or 7187314. OLE color: 7187314.
HSL color Cylindrical-coordinate representation of color #72AB6D: hue angle of 115.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AB6D is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 109 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.33 |
| HSL | 115.16º | 0.27% | 0.55% | - |
| HSV(B) | 115.16º | 0.36% | 0.67% | - |
| XYZ | 24.26 | 33.81 | 19.71 | - |
| YUV | 146.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 109 | 0.33 | 0 | 0.36 | 0.33 | 115.16 | 0.27 | 0.55 |
| Hex | 72 | AB | 6D | 21 | 0 | 24 | 21 | 73 | 1B | 37 |
| Octal | 162 | 253 | 155 | 41 | 0 | 44 | 41 | 163 | 33 | 67 |
| Binary | 1110010 | 10101011 | 1101101 | 100001 | 0 | 100100 | 100001 | 1110011 | 11011 | 110111 |
Color Harmonies of #72AB6D
Complementary color
Monochromatic Colors of #72AB6D
Black with #72AB6D
Text Example
Text Example
White with #72AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB6D; }
p { color: rgb(114,171,109); }
H1.HeaderClassName
{
color: #72AB6D;
}
.AnyTagClassName
{
color: #72AB6D;
}
</style>
background-color css
<style>
a { background-color: #72AB6D; }
a { background-color: rgb(114,171,109); }
div.DivClassName
{
background-color: #72AB6D;
}
.BgClassName
{
background-color: #72AB6D;
}
</style>
border-color css
<style>
span { border-color: #72AB6D; }
span { border-color: rgb(114,171,109); }
td.TdClassName
{
border-color: #72AB6D;
}
.TagClassName
{
border-color: #72AB6D;
}
</style>