Shades of Amulet #76AB66
Tints of Amulet #76AB66
RGB
CMYK
RGB Variations
Color information
#76AB66 (or 0x76AB66) is known color: Amulet. HEX triplet: 76, AB and 66. RGB value is (118,171,102). Sum of RGB (Red+Green+Blue) = 118+171+102=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB66 is #895499. Grayscale: #939393. Windows color (decimal): -9000090 or 6728566. OLE color: 6728566.
HSL color Cylindrical-coordinate representation of color #76AB66: hue angle of 106.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76AB66 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 102 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.33 |
| HSL | 106.09º | 0.29% | 0.54% | - |
| HSV(B) | 106.09º | 0.4% | 0.67% | - |
| XYZ | 24.43 | 33.94 | 17.83 | - |
| YUV | 147.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 102 | 0.31 | 0 | 0.40 | 0.33 | 106.09 | 0.29 | 0.54 |
| Hex | 76 | AB | 66 | 1F | 0 | 28 | 21 | 6A | 1D | 36 |
| Octal | 166 | 253 | 146 | 37 | 0 | 50 | 41 | 152 | 35 | 66 |
| Binary | 1110110 | 10101011 | 1100110 | 11111 | 0 | 101000 | 100001 | 1101010 | 11101 | 110110 |
Color Harmonies of #76AB66
Complementary color
Monochromatic Colors of #76AB66
Black with #76AB66
Text Example
Text Example
White with #76AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB66; }
p { color: rgb(118,171,102); }
H1.HeaderClassName
{
color: #76AB66;
}
.AnyTagClassName
{
color: #76AB66;
}
</style>
background-color css
<style>
a { background-color: #76AB66; }
a { background-color: rgb(118,171,102); }
div.DivClassName
{
background-color: #76AB66;
}
.BgClassName
{
background-color: #76AB66;
}
</style>
border-color css
<style>
span { border-color: #76AB66; }
span { border-color: rgb(118,171,102); }
td.TdClassName
{
border-color: #76AB66;
}
.TagClassName
{
border-color: #76AB66;
}
</style>