Shades of Amulet #71AA66
Tints of Amulet #71AA66
RGB
CMYK
RGB Variations
Color information
#71AA66 (or 0x71AA66) is known color: Amulet. HEX triplet: 71, AA and 66. RGB value is (113,170,102). Sum of RGB (Red+Green+Blue) = 113+170+102=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA66 is #8E5599. Grayscale: #919191. Windows color (decimal): -9328026 or 6728305. OLE color: 6728305.
HSL color Cylindrical-coordinate representation of color #71AA66: hue angle of 110.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AA66 is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 102 | - |
| CMYK | 0.34 | 0 | 0.4 | 0.33 |
| HSL | 110.29º | 0.29% | 0.53% | - |
| HSV(B) | 110.29º | 0.4% | 0.67% | - |
| XYZ | 23.58 | 33.22 | 17.74 | - |
| YUV | 145.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 102 | 0.34 | 0 | 0.4 | 0.33 | 110.29 | 0.29 | 0.53 |
| Hex | 71 | AA | 66 | 22 | 0 | 28 | 21 | 6E | 1D | 35 |
| Octal | 161 | 252 | 146 | 42 | 0 | 50 | 41 | 156 | 35 | 65 |
| Binary | 1110001 | 10101010 | 1100110 | 100010 | 0 | 101000 | 100001 | 1101110 | 11101 | 110101 |
Color Harmonies of #71AA66
Complementary color
Monochromatic Colors of #71AA66
Black with #71AA66
Text Example
Text Example
White with #71AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA66; }
p { color: rgb(113,170,102); }
H1.HeaderClassName
{
color: #71AA66;
}
.AnyTagClassName
{
color: #71AA66;
}
</style>
background-color css
<style>
a { background-color: #71AA66; }
a { background-color: rgb(113,170,102); }
div.DivClassName
{
background-color: #71AA66;
}
.BgClassName
{
background-color: #71AA66;
}
</style>
border-color css
<style>
span { border-color: #71AA66; }
span { border-color: rgb(113,170,102); }
td.TdClassName
{
border-color: #71AA66;
}
.TagClassName
{
border-color: #71AA66;
}
</style>