Shades of Amulet #76AC6C
Tints of Amulet #76AC6C
RGB
CMYK
RGB Variations
Color information
#76AC6C (or 0x76AC6C) is known color: Amulet. HEX triplet: 76, AC and 6C. RGB value is (118,172,108). Sum of RGB (Red+Green+Blue) = 118+172+108=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC6C is #895393. Grayscale: #949494. Windows color (decimal): -8999828 or 7122038. OLE color: 7122038.
HSL color Cylindrical-coordinate representation of color #76AC6C: hue angle of 110.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76AC6C is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 108 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.33 |
| HSL | 110.63º | 0.28% | 0.55% | - |
| HSV(B) | 110.63º | 0.37% | 0.67% | - |
| XYZ | 24.93 | 34.44 | 19.52 | - |
| YUV | 148.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 108 | 0.31 | 0 | 0.37 | 0.33 | 110.63 | 0.28 | 0.55 |
| Hex | 76 | AC | 6C | 1F | 0 | 25 | 21 | 6F | 1C | 37 |
| Octal | 166 | 254 | 154 | 37 | 0 | 45 | 41 | 157 | 34 | 67 |
| Binary | 1110110 | 10101100 | 1101100 | 11111 | 0 | 100101 | 100001 | 1101111 | 11100 | 110111 |
Color Harmonies of #76AC6C
Complementary color
Monochromatic Colors of #76AC6C
Black with #76AC6C
Text Example
Text Example
White with #76AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC6C; }
p { color: rgb(118,172,108); }
H1.HeaderClassName
{
color: #76AC6C;
}
.AnyTagClassName
{
color: #76AC6C;
}
</style>
background-color css
<style>
a { background-color: #76AC6C; }
a { background-color: rgb(118,172,108); }
div.DivClassName
{
background-color: #76AC6C;
}
.BgClassName
{
background-color: #76AC6C;
}
</style>
border-color css
<style>
span { border-color: #76AC6C; }
span { border-color: rgb(118,172,108); }
td.TdClassName
{
border-color: #76AC6C;
}
.TagClassName
{
border-color: #76AC6C;
}
</style>