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