Shades of Amulet #73956C
Tints of Amulet #73956C
RGB
CMYK
RGB Variations
Color information
#73956C (or 0x73956C) is known color: Amulet. HEX triplet: 73, 95 and 6C. RGB value is (115,149,108). Sum of RGB (Red+Green+Blue) = 115+149+108=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #73956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73956C is #8C6A93. Grayscale: #868686. Windows color (decimal): -9202324 or 7116147. OLE color: 7116147.
HSL color Cylindrical-coordinate representation of color #73956C: hue angle of 109.76º 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 #73956C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 108 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.42 |
| HSL | 109.76º | 0.16% | 0.5% | - |
| HSV(B) | 109.76º | 0.28% | 0.58% | - |
| XYZ | 20.52 | 26.22 | 18.17 | - |
| YUV | 134.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 108 | 0.23 | 0 | 0.28 | 0.42 | 109.76 | 0.16 | 0.5 |
| Hex | 73 | 95 | 6C | 17 | 0 | 1C | 2A | 6E | 10 | 32 |
| Octal | 163 | 225 | 154 | 27 | 0 | 34 | 52 | 156 | 20 | 62 |
| Binary | 1110011 | 10010101 | 1101100 | 10111 | 0 | 11100 | 101010 | 1101110 | 10000 | 110010 |
Color Harmonies of #73956C
Complementary color
Monochromatic Colors of #73956C
Black with #73956C
Text Example
Text Example
White with #73956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73956C; }
p { color: rgb(115,149,108); }
H1.HeaderClassName
{
color: #73956C;
}
.AnyTagClassName
{
color: #73956C;
}
</style>
background-color css
<style>
a { background-color: #73956C; }
a { background-color: rgb(115,149,108); }
div.DivClassName
{
background-color: #73956C;
}
.BgClassName
{
background-color: #73956C;
}
</style>
border-color css
<style>
span { border-color: #73956C; }
span { border-color: rgb(115,149,108); }
td.TdClassName
{
border-color: #73956C;
}
.TagClassName
{
border-color: #73956C;
}
</style>