Shades of Amulet #76AA73
Tints of Amulet #76AA73
RGB
CMYK
RGB Variations
Color information
#76AA73 (or 0x76AA73) is known color: Amulet. HEX triplet: 76, AA and 73. RGB value is (118,170,115). Sum of RGB (Red+Green+Blue) = 118+170+115=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA73 is #89558C. Grayscale: #949494. Windows color (decimal): -9000333 or 7580278. OLE color: 7580278.
HSL color Cylindrical-coordinate representation of color #76AA73: hue angle of 116.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AA73 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 115 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.33 |
| HSL | 116.73º | 0.24% | 0.56% | - |
| HSV(B) | 116.73º | 0.32% | 0.67% | - |
| XYZ | 24.94 | 33.84 | 21.44 | - |
| YUV | 148.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 115 | 0.31 | 0 | 0.32 | 0.33 | 116.73 | 0.24 | 0.56 |
| Hex | 76 | AA | 73 | 1F | 0 | 20 | 21 | 75 | 18 | 38 |
| Octal | 166 | 252 | 163 | 37 | 0 | 40 | 41 | 165 | 30 | 70 |
| Binary | 1110110 | 10101010 | 1110011 | 11111 | 0 | 100000 | 100001 | 1110101 | 11000 | 111000 |
Color Harmonies of #76AA73
Complementary color
Monochromatic Colors of #76AA73
Black with #76AA73
Text Example
Text Example
White with #76AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA73; }
p { color: rgb(118,170,115); }
H1.HeaderClassName
{
color: #76AA73;
}
.AnyTagClassName
{
color: #76AA73;
}
</style>
background-color css
<style>
a { background-color: #76AA73; }
a { background-color: rgb(118,170,115); }
div.DivClassName
{
background-color: #76AA73;
}
.BgClassName
{
background-color: #76AA73;
}
</style>
border-color css
<style>
span { border-color: #76AA73; }
span { border-color: rgb(118,170,115); }
td.TdClassName
{
border-color: #76AA73;
}
.TagClassName
{
border-color: #76AA73;
}
</style>