Shades of Amulet #73956D
Tints of Amulet #73956D
RGB
CMYK
RGB Variations
Color information
#73956D (or 0x73956D) is known color: Amulet. HEX triplet: 73, 95 and 6D. RGB value is (115,149,109). Sum of RGB (Red+Green+Blue) = 115+149+109=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #73956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73956D is #8C6A92. Grayscale: #868686. Windows color (decimal): -9202323 or 7181683. OLE color: 7181683.
HSL color Cylindrical-coordinate representation of color #73956D: hue angle of 111º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73956D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 109 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.42 |
| HSL | 111º | 0.16% | 0.51% | - |
| HSV(B) | 111º | 0.27% | 0.58% | - |
| XYZ | 20.58 | 26.24 | 18.45 | - |
| YUV | 134.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 109 | 0.23 | 0 | 0.27 | 0.42 | 111 | 0.16 | 0.51 |
| Hex | 73 | 95 | 6D | 17 | 0 | 1B | 2A | 6F | 10 | 33 |
| Octal | 163 | 225 | 155 | 27 | 0 | 33 | 52 | 157 | 20 | 63 |
| Binary | 1110011 | 10010101 | 1101101 | 10111 | 0 | 11011 | 101010 | 1101111 | 10000 | 110011 |
Color Harmonies of #73956D
Complementary color
Monochromatic Colors of #73956D
Black with #73956D
Text Example
Text Example
White with #73956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73956D; }
p { color: rgb(115,149,109); }
H1.HeaderClassName
{
color: #73956D;
}
.AnyTagClassName
{
color: #73956D;
}
</style>
background-color css
<style>
a { background-color: #73956D; }
a { background-color: rgb(115,149,109); }
div.DivClassName
{
background-color: #73956D;
}
.BgClassName
{
background-color: #73956D;
}
</style>
border-color css
<style>
span { border-color: #73956D; }
span { border-color: rgb(115,149,109); }
td.TdClassName
{
border-color: #73956D;
}
.TagClassName
{
border-color: #73956D;
}
</style>