Shades of Amulet #73996D
Tints of Amulet #73996D
RGB
CMYK
RGB Variations
Color information
#73996D (or 0x73996D) is known color: Amulet. HEX triplet: 73, 99 and 6D. RGB value is (115,153,109). Sum of RGB (Red+Green+Blue) = 115+153+109=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #73996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996D is #8C6692. Grayscale: #888888. Windows color (decimal): -9201299 or 7182707. OLE color: 7182707.
HSL color Cylindrical-coordinate representation of color #73996D: hue angle of 111.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73996D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 109 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.4 |
| HSL | 111.82º | 0.18% | 0.51% | - |
| HSV(B) | 111.82º | 0.29% | 0.6% | - |
| XYZ | 21.22 | 27.53 | 18.66 | - |
| YUV | 136.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 109 | 0.25 | 0 | 0.29 | 0.4 | 111.82 | 0.18 | 0.51 |
| Hex | 73 | 99 | 6D | 19 | 0 | 1D | 28 | 70 | 12 | 33 |
| Octal | 163 | 231 | 155 | 31 | 0 | 35 | 50 | 160 | 22 | 63 |
| Binary | 1110011 | 10011001 | 1101101 | 11001 | 0 | 11101 | 101000 | 1110000 | 10010 | 110011 |
Color Harmonies of #73996D
Complementary color
Monochromatic Colors of #73996D
Black with #73996D
Text Example
Text Example
White with #73996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73996D; }
p { color: rgb(115,153,109); }
H1.HeaderClassName
{
color: #73996D;
}
.AnyTagClassName
{
color: #73996D;
}
</style>
background-color css
<style>
a { background-color: #73996D; }
a { background-color: rgb(115,153,109); }
div.DivClassName
{
background-color: #73996D;
}
.BgClassName
{
background-color: #73996D;
}
</style>
border-color css
<style>
span { border-color: #73996D; }
span { border-color: rgb(115,153,109); }
td.TdClassName
{
border-color: #73996D;
}
.TagClassName
{
border-color: #73996D;
}
</style>