Shades of Amulet #72A565
Tints of Amulet #72A565
RGB
CMYK
RGB Variations
Color information
#72A565 (or 0x72A565) is known color: Amulet. HEX triplet: 72, A5 and 65. RGB value is (114,165,101). Sum of RGB (Red+Green+Blue) = 114+165+101=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #72A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A565 is #8D5A9A. Grayscale: #8E8E8E. Windows color (decimal): -9263771 or 6661490. OLE color: 6661490.
HSL color Cylindrical-coordinate representation of color #72A565: hue angle of 107.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72A565 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 165 | 101 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.35 |
| HSL | 107.81º | 0.26% | 0.52% | - |
| HSV(B) | 107.81º | 0.39% | 0.65% | - |
| XYZ | 22.74 | 31.43 | 17.18 | - |
| YUV | 142.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 101 | 0.31 | 0 | 0.39 | 0.35 | 107.81 | 0.26 | 0.52 |
| Hex | 72 | A5 | 65 | 1F | 0 | 27 | 23 | 6C | 1A | 34 |
| Octal | 162 | 245 | 145 | 37 | 0 | 47 | 43 | 154 | 32 | 64 |
| Binary | 1110010 | 10100101 | 1100101 | 11111 | 0 | 100111 | 100011 | 1101100 | 11010 | 110100 |
Color Harmonies of #72A565
Complementary color
Monochromatic Colors of #72A565
Black with #72A565
Text Example
Text Example
White with #72A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A565; }
p { color: rgb(114,165,101); }
H1.HeaderClassName
{
color: #72A565;
}
.AnyTagClassName
{
color: #72A565;
}
</style>
background-color css
<style>
a { background-color: #72A565; }
a { background-color: rgb(114,165,101); }
div.DivClassName
{
background-color: #72A565;
}
.BgClassName
{
background-color: #72A565;
}
</style>
border-color css
<style>
span { border-color: #72A565; }
span { border-color: rgb(114,165,101); }
td.TdClassName
{
border-color: #72A565;
}
.TagClassName
{
border-color: #72A565;
}
</style>