Shades of Amulet #71A666
Tints of Amulet #71A666
RGB
CMYK
RGB Variations
Color information
#71A666 (or 0x71A666) is known color: Amulet. HEX triplet: 71, A6 and 66. RGB value is (113,166,102). Sum of RGB (Red+Green+Blue) = 113+166+102=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #71A666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A666 is #8E5999. Grayscale: #8F8F8F. Windows color (decimal): -9329050 or 6727281. OLE color: 6727281.
HSL color Cylindrical-coordinate representation of color #71A666: hue angle of 109.69º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71A666 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 102 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.35 |
| HSL | 109.69º | 0.26% | 0.53% | - |
| HSV(B) | 109.69º | 0.39% | 0.65% | - |
| XYZ | 22.84 | 31.74 | 17.49 | - |
| YUV | 142.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 102 | 0.32 | 0 | 0.39 | 0.35 | 109.69 | 0.26 | 0.53 |
| Hex | 71 | A6 | 66 | 20 | 0 | 27 | 23 | 6E | 1A | 35 |
| Octal | 161 | 246 | 146 | 40 | 0 | 47 | 43 | 156 | 32 | 65 |
| Binary | 1110001 | 10100110 | 1100110 | 100000 | 0 | 100111 | 100011 | 1101110 | 11010 | 110101 |
Color Harmonies of #71A666
Complementary color
Monochromatic Colors of #71A666
Black with #71A666
Text Example
Text Example
White with #71A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A666; }
p { color: rgb(113,166,102); }
H1.HeaderClassName
{
color: #71A666;
}
.AnyTagClassName
{
color: #71A666;
}
</style>
background-color css
<style>
a { background-color: #71A666; }
a { background-color: rgb(113,166,102); }
div.DivClassName
{
background-color: #71A666;
}
.BgClassName
{
background-color: #71A666;
}
</style>
border-color css
<style>
span { border-color: #71A666; }
span { border-color: rgb(113,166,102); }
td.TdClassName
{
border-color: #71A666;
}
.TagClassName
{
border-color: #71A666;
}
</style>