Shades of Amulet #76AC65
Tints of Amulet #76AC65
RGB
CMYK
RGB Variations
Color information
#76AC65 (or 0x76AC65) is known color: Amulet. HEX triplet: 76, AC and 65. RGB value is (118,172,101). Sum of RGB (Red+Green+Blue) = 118+172+101=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC65 is #89539A. Grayscale: #939393. Windows color (decimal): -8999835 or 6663286. OLE color: 6663286.
HSL color Cylindrical-coordinate representation of color #76AC65: hue angle of 105.63º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76AC65 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 101 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.33 |
| HSL | 105.63º | 0.3% | 0.54% | - |
| HSV(B) | 105.63º | 0.41% | 0.67% | - |
| XYZ | 24.57 | 34.3 | 17.64 | - |
| YUV | 147.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 101 | 0.31 | 0 | 0.41 | 0.33 | 105.63 | 0.3 | 0.54 |
| Hex | 76 | AC | 65 | 1F | 0 | 29 | 21 | 6A | 1E | 36 |
| Octal | 166 | 254 | 145 | 37 | 0 | 51 | 41 | 152 | 36 | 66 |
| Binary | 1110110 | 10101100 | 1100101 | 11111 | 0 | 101001 | 100001 | 1101010 | 11110 | 110110 |
Color Harmonies of #76AC65
Complementary color
Monochromatic Colors of #76AC65
Black with #76AC65
Text Example
Text Example
White with #76AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC65; }
p { color: rgb(118,172,101); }
H1.HeaderClassName
{
color: #76AC65;
}
.AnyTagClassName
{
color: #76AC65;
}
</style>
background-color css
<style>
a { background-color: #76AC65; }
a { background-color: rgb(118,172,101); }
div.DivClassName
{
background-color: #76AC65;
}
.BgClassName
{
background-color: #76AC65;
}
</style>
border-color css
<style>
span { border-color: #76AC65; }
span { border-color: rgb(118,172,101); }
td.TdClassName
{
border-color: #76AC65;
}
.TagClassName
{
border-color: #76AC65;
}
</style>