Shades of Amulet #76996D
Tints of Amulet #76996D
RGB
CMYK
RGB Variations
Color information
#76996D (or 0x76996D) is known color: Amulet. HEX triplet: 76, 99 and 6D. RGB value is (118,153,109). Sum of RGB (Red+Green+Blue) = 118+153+109=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #76996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76996D is #896692. Grayscale: #898989. Windows color (decimal): -9004691 or 7182710. OLE color: 7182710.
HSL color Cylindrical-coordinate representation of color #76996D: hue angle of 107.73º 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 #76996D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 109 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.4 |
| HSL | 107.73º | 0.18% | 0.51% | - |
| HSV(B) | 107.73º | 0.29% | 0.6% | - |
| XYZ | 21.62 | 27.74 | 18.68 | - |
| YUV | 137.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 109 | 0.23 | 0 | 0.29 | 0.4 | 107.73 | 0.18 | 0.51 |
| Hex | 76 | 99 | 6D | 17 | 0 | 1D | 28 | 6C | 12 | 33 |
| Octal | 166 | 231 | 155 | 27 | 0 | 35 | 50 | 154 | 22 | 63 |
| Binary | 1110110 | 10011001 | 1101101 | 10111 | 0 | 11101 | 101000 | 1101100 | 10010 | 110011 |
Color Harmonies of #76996D
Complementary color
Monochromatic Colors of #76996D
Black with #76996D
Text Example
Text Example
White with #76996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76996D; }
p { color: rgb(118,153,109); }
H1.HeaderClassName
{
color: #76996D;
}
.AnyTagClassName
{
color: #76996D;
}
</style>
background-color css
<style>
a { background-color: #76996D; }
a { background-color: rgb(118,153,109); }
div.DivClassName
{
background-color: #76996D;
}
.BgClassName
{
background-color: #76996D;
}
</style>
border-color css
<style>
span { border-color: #76996D; }
span { border-color: rgb(118,153,109); }
td.TdClassName
{
border-color: #76996D;
}
.TagClassName
{
border-color: #76996D;
}
</style>