Shades of Amulet #71A76E
Tints of Amulet #71A76E
RGB
CMYK
RGB Variations
Color information
#71A76E (or 0x71A76E) is known color: Amulet. HEX triplet: 71, A7 and 6E. RGB value is (113,167,110). Sum of RGB (Red+Green+Blue) = 113+167+110=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #71A76E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A76E is #8E5891. Grayscale: #909090. Windows color (decimal): -9328786 or 7251825. OLE color: 7251825.
HSL color Cylindrical-coordinate representation of color #71A76E: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A76E is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 110 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.35 |
| HSL | 116.84º | 0.24% | 0.54% | - |
| HSV(B) | 116.84º | 0.34% | 0.65% | - |
| XYZ | 23.44 | 32.27 | 19.75 | - |
| YUV | 144.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 110 | 0.32 | 0 | 0.34 | 0.35 | 116.84 | 0.24 | 0.54 |
| Hex | 71 | A7 | 6E | 20 | 0 | 22 | 23 | 75 | 18 | 36 |
| Octal | 161 | 247 | 156 | 40 | 0 | 42 | 43 | 165 | 30 | 66 |
| Binary | 1110001 | 10100111 | 1101110 | 100000 | 0 | 100010 | 100011 | 1110101 | 11000 | 110110 |
Color Harmonies of #71A76E
Complementary color
Monochromatic Colors of #71A76E
Black with #71A76E
Text Example
Text Example
White with #71A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A76E; }
p { color: rgb(113,167,110); }
H1.HeaderClassName
{
color: #71A76E;
}
.AnyTagClassName
{
color: #71A76E;
}
</style>
background-color css
<style>
a { background-color: #71A76E; }
a { background-color: rgb(113,167,110); }
div.DivClassName
{
background-color: #71A76E;
}
.BgClassName
{
background-color: #71A76E;
}
</style>
border-color css
<style>
span { border-color: #71A76E; }
span { border-color: rgb(113,167,110); }
td.TdClassName
{
border-color: #71A76E;
}
.TagClassName
{
border-color: #71A76E;
}
</style>