Shades of Amulet #73996A
Tints of Amulet #73996A
RGB
CMYK
RGB Variations
Color information
#73996A (or 0x73996A) is known color: Amulet. HEX triplet: 73, 99 and 6A. RGB value is (115,153,106). Sum of RGB (Red+Green+Blue) = 115+153+106=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #73996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996A is #8C6695. Grayscale: #888888. Windows color (decimal): -9201302 or 6986099. OLE color: 6986099.
HSL color Cylindrical-coordinate representation of color #73996A: hue angle of 108.51º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73996A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 106 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.4 |
| HSL | 108.51º | 0.19% | 0.51% | - |
| HSV(B) | 108.51º | 0.31% | 0.6% | - |
| XYZ | 21.06 | 27.47 | 17.83 | - |
| YUV | 136.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 106 | 0.25 | 0 | 0.31 | 0.4 | 108.51 | 0.19 | 0.51 |
| Hex | 73 | 99 | 6A | 19 | 0 | 1F | 28 | 6D | 13 | 33 |
| Octal | 163 | 231 | 152 | 31 | 0 | 37 | 50 | 155 | 23 | 63 |
| Binary | 1110011 | 10011001 | 1101010 | 11001 | 0 | 11111 | 101000 | 1101101 | 10011 | 110011 |
Color Harmonies of #73996A
Complementary color
Monochromatic Colors of #73996A
Black with #73996A
Text Example
Text Example
White with #73996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73996A; }
p { color: rgb(115,153,106); }
H1.HeaderClassName
{
color: #73996A;
}
.AnyTagClassName
{
color: #73996A;
}
</style>
background-color css
<style>
a { background-color: #73996A; }
a { background-color: rgb(115,153,106); }
div.DivClassName
{
background-color: #73996A;
}
.BgClassName
{
background-color: #73996A;
}
</style>
border-color css
<style>
span { border-color: #73996A; }
span { border-color: rgb(115,153,106); }
td.TdClassName
{
border-color: #73996A;
}
.TagClassName
{
border-color: #73996A;
}
</style>