Shades of Amulet #76AC64
Tints of Amulet #76AC64
RGB
CMYK
RGB Variations
Color information
#76AC64 (or 0x76AC64) is known color: Amulet. HEX triplet: 76, AC and 64. RGB value is (118,172,100). Sum of RGB (Red+Green+Blue) = 118+172+100=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC64 is #89539B. Grayscale: #939393. Windows color (decimal): -8999836 or 6597750. OLE color: 6597750.
HSL color Cylindrical-coordinate representation of color #76AC64: hue angle of 105º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76AC64 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 100 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.33 |
| HSL | 105º | 0.3% | 0.53% | - |
| HSV(B) | 105º | 0.42% | 0.67% | - |
| XYZ | 24.52 | 34.28 | 17.38 | - |
| YUV | 147.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 100 | 0.31 | 0 | 0.42 | 0.33 | 105 | 0.3 | 0.53 |
| Hex | 76 | AC | 64 | 1F | 0 | 2A | 21 | 69 | 1E | 35 |
| Octal | 166 | 254 | 144 | 37 | 0 | 52 | 41 | 151 | 36 | 65 |
| Binary | 1110110 | 10101100 | 1100100 | 11111 | 0 | 101010 | 100001 | 1101001 | 11110 | 110101 |
Color Harmonies of #76AC64
Complementary color
Monochromatic Colors of #76AC64
Black with #76AC64
Text Example
Text Example
White with #76AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC64; }
p { color: rgb(118,172,100); }
H1.HeaderClassName
{
color: #76AC64;
}
.AnyTagClassName
{
color: #76AC64;
}
</style>
background-color css
<style>
a { background-color: #76AC64; }
a { background-color: rgb(118,172,100); }
div.DivClassName
{
background-color: #76AC64;
}
.BgClassName
{
background-color: #76AC64;
}
</style>
border-color css
<style>
span { border-color: #76AC64; }
span { border-color: rgb(118,172,100); }
td.TdClassName
{
border-color: #76AC64;
}
.TagClassName
{
border-color: #76AC64;
}
</style>