Shades of Amulet #76946F
Tints of Amulet #76946F
RGB
CMYK
RGB Variations
Color information
#76946F (or 0x76946F) is known color: Amulet. HEX triplet: 76, 94 and 6F. RGB value is (118,148,111). Sum of RGB (Red+Green+Blue) = 118+148+111=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #76946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76946F is #896B90. Grayscale: #868686. Windows color (decimal): -9005969 or 7312502. OLE color: 7312502.
HSL color Cylindrical-coordinate representation of color #76946F: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76946F is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 111 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.42 |
| HSL | 108.65º | 0.15% | 0.51% | - |
| HSV(B) | 108.65º | 0.25% | 0.58% | - |
| XYZ | 20.93 | 26.18 | 18.99 | - |
| YUV | 134.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 111 | 0.20 | 0 | 0.25 | 0.42 | 108.65 | 0.15 | 0.51 |
| Hex | 76 | 94 | 6F | 14 | 0 | 19 | 2A | 6D | F | 33 |
| Octal | 166 | 224 | 157 | 24 | 0 | 31 | 52 | 155 | 17 | 63 |
| Binary | 1110110 | 10010100 | 1101111 | 10100 | 0 | 11001 | 101010 | 1101101 | 1111 | 110011 |
Color Harmonies of #76946F
Complementary color
Monochromatic Colors of #76946F
Black with #76946F
Text Example
Text Example
White with #76946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76946F; }
p { color: rgb(118,148,111); }
H1.HeaderClassName
{
color: #76946F;
}
.AnyTagClassName
{
color: #76946F;
}
</style>
background-color css
<style>
a { background-color: #76946F; }
a { background-color: rgb(118,148,111); }
div.DivClassName
{
background-color: #76946F;
}
.BgClassName
{
background-color: #76946F;
}
</style>
border-color css
<style>
span { border-color: #76946F; }
span { border-color: rgb(118,148,111); }
td.TdClassName
{
border-color: #76946F;
}
.TagClassName
{
border-color: #76946F;
}
</style>