Shades of Amulet #73966A
Tints of Amulet #73966A
RGB
CMYK
RGB Variations
Color information
#73966A (or 0x73966A) is known color: Amulet. HEX triplet: 73, 96 and 6A. RGB value is (115,150,106). Sum of RGB (Red+Green+Blue) = 115+150+106=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #73966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73966A is #8C6995. Grayscale: #868686. Windows color (decimal): -9202070 or 6985331. OLE color: 6985331.
HSL color Cylindrical-coordinate representation of color #73966A: hue angle of 107.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73966A is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 106 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.41 |
| HSL | 107.73º | 0.17% | 0.5% | - |
| HSV(B) | 107.73º | 0.29% | 0.59% | - |
| XYZ | 20.58 | 26.5 | 17.67 | - |
| YUV | 134.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 106 | 0.23 | 0 | 0.29 | 0.41 | 107.73 | 0.17 | 0.5 |
| Hex | 73 | 96 | 6A | 17 | 0 | 1D | 29 | 6C | 11 | 32 |
| Octal | 163 | 226 | 152 | 27 | 0 | 35 | 51 | 154 | 21 | 62 |
| Binary | 1110011 | 10010110 | 1101010 | 10111 | 0 | 11101 | 101001 | 1101100 | 10001 | 110010 |
Color Harmonies of #73966A
Complementary color
Monochromatic Colors of #73966A
Black with #73966A
Text Example
Text Example
White with #73966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73966A; }
p { color: rgb(115,150,106); }
H1.HeaderClassName
{
color: #73966A;
}
.AnyTagClassName
{
color: #73966A;
}
</style>
background-color css
<style>
a { background-color: #73966A; }
a { background-color: rgb(115,150,106); }
div.DivClassName
{
background-color: #73966A;
}
.BgClassName
{
background-color: #73966A;
}
</style>
border-color css
<style>
span { border-color: #73966A; }
span { border-color: rgb(115,150,106); }
td.TdClassName
{
border-color: #73966A;
}
.TagClassName
{
border-color: #73966A;
}
</style>