Shades of Amulet #76AA63
Tints of Amulet #76AA63
RGB
CMYK
RGB Variations
Color information
#76AA63 (or 0x76AA63) is known color: Amulet. HEX triplet: 76, AA and 63. RGB value is (118,170,99). Sum of RGB (Red+Green+Blue) = 118+170+99=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA63 is #89559C. Grayscale: #929292. Windows color (decimal): -9000349 or 6531702. OLE color: 6531702.
HSL color Cylindrical-coordinate representation of color #76AA63: hue angle of 103.94º degrees, saturation: 0.29, 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 #76AA63 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 99 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.33 |
| HSL | 103.94º | 0.29% | 0.53% | - |
| HSV(B) | 103.94º | 0.42% | 0.67% | - |
| XYZ | 24.1 | 33.5 | 17 | - |
| YUV | 146.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 99 | 0.31 | 0 | 0.42 | 0.33 | 103.94 | 0.29 | 0.53 |
| Hex | 76 | AA | 63 | 1F | 0 | 2A | 21 | 68 | 1D | 35 |
| Octal | 166 | 252 | 143 | 37 | 0 | 52 | 41 | 150 | 35 | 65 |
| Binary | 1110110 | 10101010 | 1100011 | 11111 | 0 | 101010 | 100001 | 1101000 | 11101 | 110101 |
Color Harmonies of #76AA63
Complementary color
Monochromatic Colors of #76AA63
Black with #76AA63
Text Example
Text Example
White with #76AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA63; }
p { color: rgb(118,170,99); }
H1.HeaderClassName
{
color: #76AA63;
}
.AnyTagClassName
{
color: #76AA63;
}
</style>
background-color css
<style>
a { background-color: #76AA63; }
a { background-color: rgb(118,170,99); }
div.DivClassName
{
background-color: #76AA63;
}
.BgClassName
{
background-color: #76AA63;
}
</style>
border-color css
<style>
span { border-color: #76AA63; }
span { border-color: rgb(118,170,99); }
td.TdClassName
{
border-color: #76AA63;
}
.TagClassName
{
border-color: #76AA63;
}
</style>