Shades of Amulet #72956C
Tints of Amulet #72956C
RGB
CMYK
RGB Variations
Color information
#72956C (or 0x72956C) is known color: Amulet. HEX triplet: 72, 95 and 6C. RGB value is (114,149,108). Sum of RGB (Red+Green+Blue) = 114+149+108=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #72956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72956C is #8D6A93. Grayscale: #858585. Windows color (decimal): -9267860 or 7116146. OLE color: 7116146.
HSL color Cylindrical-coordinate representation of color #72956C: hue angle of 111.22º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72956C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 108 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.42 |
| HSL | 111.22º | 0.16% | 0.5% | - |
| HSV(B) | 111.22º | 0.28% | 0.58% | - |
| XYZ | 20.39 | 26.16 | 18.16 | - |
| YUV | 133.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 108 | 0.23 | 0 | 0.28 | 0.42 | 111.22 | 0.16 | 0.5 |
| Hex | 72 | 95 | 6C | 17 | 0 | 1C | 2A | 6F | 10 | 32 |
| Octal | 162 | 225 | 154 | 27 | 0 | 34 | 52 | 157 | 20 | 62 |
| Binary | 1110010 | 10010101 | 1101100 | 10111 | 0 | 11100 | 101010 | 1101111 | 10000 | 110010 |
Color Harmonies of #72956C
Complementary color
Monochromatic Colors of #72956C
Black with #72956C
Text Example
Text Example
White with #72956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72956C; }
p { color: rgb(114,149,108); }
H1.HeaderClassName
{
color: #72956C;
}
.AnyTagClassName
{
color: #72956C;
}
</style>
background-color css
<style>
a { background-color: #72956C; }
a { background-color: rgb(114,149,108); }
div.DivClassName
{
background-color: #72956C;
}
.BgClassName
{
background-color: #72956C;
}
</style>
border-color css
<style>
span { border-color: #72956C; }
span { border-color: rgb(114,149,108); }
td.TdClassName
{
border-color: #72956C;
}
.TagClassName
{
border-color: #72956C;
}
</style>