Shades of Amulet #76AC68
Tints of Amulet #76AC68
RGB
CMYK
RGB Variations
Color information
#76AC68 (or 0x76AC68) is known color: Amulet. HEX triplet: 76, AC and 68. RGB value is (118,172,104). Sum of RGB (Red+Green+Blue) = 118+172+104=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC68 is #895397. Grayscale: #949494. Windows color (decimal): -8999832 or 6859894. OLE color: 6859894.
HSL color Cylindrical-coordinate representation of color #76AC68: hue angle of 107.65º 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 #76AC68 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 104 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.33 |
| HSL | 107.65º | 0.29% | 0.54% | - |
| HSV(B) | 107.65º | 0.4% | 0.67% | - |
| XYZ | 24.72 | 34.36 | 18.43 | - |
| YUV | 148.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 104 | 0.31 | 0 | 0.40 | 0.33 | 107.65 | 0.29 | 0.54 |
| Hex | 76 | AC | 68 | 1F | 0 | 28 | 21 | 6C | 1D | 36 |
| Octal | 166 | 254 | 150 | 37 | 0 | 50 | 41 | 154 | 35 | 66 |
| Binary | 1110110 | 10101100 | 1101000 | 11111 | 0 | 101000 | 100001 | 1101100 | 11101 | 110110 |
Color Harmonies of #76AC68
Complementary color
Monochromatic Colors of #76AC68
Black with #76AC68
Text Example
Text Example
White with #76AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC68; }
p { color: rgb(118,172,104); }
H1.HeaderClassName
{
color: #76AC68;
}
.AnyTagClassName
{
color: #76AC68;
}
</style>
background-color css
<style>
a { background-color: #76AC68; }
a { background-color: rgb(118,172,104); }
div.DivClassName
{
background-color: #76AC68;
}
.BgClassName
{
background-color: #76AC68;
}
</style>
border-color css
<style>
span { border-color: #76AC68; }
span { border-color: rgb(118,172,104); }
td.TdClassName
{
border-color: #76AC68;
}
.TagClassName
{
border-color: #76AC68;
}
</style>