Shades of Amulet #76946E
Tints of Amulet #76946E
RGB
CMYK
RGB Variations
Color information
#76946E (or 0x76946E) is known color: Amulet. HEX triplet: 76, 94 and 6E. RGB value is (118,148,110). Sum of RGB (Red+Green+Blue) = 118+148+110=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #76946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76946E is #896B91. Grayscale: #868686. Windows color (decimal): -9005970 or 7246966. OLE color: 7246966.
HSL color Cylindrical-coordinate representation of color #76946E: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76946E is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 110 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.42 |
| HSL | 107.37º | 0.15% | 0.51% | - |
| HSV(B) | 107.37º | 0.26% | 0.58% | - |
| XYZ | 20.88 | 26.16 | 18.7 | - |
| YUV | 134.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 110 | 0.20 | 0 | 0.26 | 0.42 | 107.37 | 0.15 | 0.51 |
| Hex | 76 | 94 | 6E | 14 | 0 | 1A | 2A | 6B | F | 33 |
| Octal | 166 | 224 | 156 | 24 | 0 | 32 | 52 | 153 | 17 | 63 |
| Binary | 1110110 | 10010100 | 1101110 | 10100 | 0 | 11010 | 101010 | 1101011 | 1111 | 110011 |
Color Harmonies of #76946E
Complementary color
Monochromatic Colors of #76946E
Black with #76946E
Text Example
Text Example
White with #76946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76946E; }
p { color: rgb(118,148,110); }
H1.HeaderClassName
{
color: #76946E;
}
.AnyTagClassName
{
color: #76946E;
}
</style>
background-color css
<style>
a { background-color: #76946E; }
a { background-color: rgb(118,148,110); }
div.DivClassName
{
background-color: #76946E;
}
.BgClassName
{
background-color: #76946E;
}
</style>
border-color css
<style>
span { border-color: #76946E; }
span { border-color: rgb(118,148,110); }
td.TdClassName
{
border-color: #76946E;
}
.TagClassName
{
border-color: #76946E;
}
</style>