Shades of Amulet #76A272
Tints of Amulet #76A272
RGB
CMYK
RGB Variations
Color information
#76A272 (or 0x76A272) is known color: Amulet. HEX triplet: 76, A2 and 72. RGB value is (118,162,114). Sum of RGB (Red+Green+Blue) = 118+162+114=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #76A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A272 is #895D8D. Grayscale: #8F8F8F. Windows color (decimal): -9002382 or 7512694. OLE color: 7512694.
HSL color Cylindrical-coordinate representation of color #76A272: hue angle of 115º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A272 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 114 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.36 |
| HSL | 115º | 0.21% | 0.54% | - |
| HSV(B) | 115º | 0.3% | 0.64% | - |
| XYZ | 23.43 | 30.91 | 20.65 | - |
| YUV | 143.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 114 | 0.27 | 0 | 0.30 | 0.36 | 115 | 0.21 | 0.54 |
| Hex | 76 | A2 | 72 | 1B | 0 | 1E | 24 | 73 | 15 | 36 |
| Octal | 166 | 242 | 162 | 33 | 0 | 36 | 44 | 163 | 25 | 66 |
| Binary | 1110110 | 10100010 | 1110010 | 11011 | 0 | 11110 | 100100 | 1110011 | 10101 | 110110 |
Color Harmonies of #76A272
Complementary color
Monochromatic Colors of #76A272
Black with #76A272
Text Example
Text Example
White with #76A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A272; }
p { color: rgb(118,162,114); }
H1.HeaderClassName
{
color: #76A272;
}
.AnyTagClassName
{
color: #76A272;
}
</style>
background-color css
<style>
a { background-color: #76A272; }
a { background-color: rgb(118,162,114); }
div.DivClassName
{
background-color: #76A272;
}
.BgClassName
{
background-color: #76A272;
}
</style>
border-color css
<style>
span { border-color: #76A272; }
span { border-color: rgb(118,162,114); }
td.TdClassName
{
border-color: #76A272;
}
.TagClassName
{
border-color: #76A272;
}
</style>