Shades of Amulet #71AA63
Tints of Amulet #71AA63
RGB
CMYK
RGB Variations
Color information
#71AA63 (or 0x71AA63) is known color: Amulet. HEX triplet: 71, AA and 63. RGB value is (113,170,99). Sum of RGB (Red+Green+Blue) = 113+170+99=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA63 is #8E559C. Grayscale: #919191. Windows color (decimal): -9328029 or 6531697. OLE color: 6531697.
HSL color Cylindrical-coordinate representation of color #71AA63: hue angle of 108.17º 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 #71AA63 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 99 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.33 |
| HSL | 108.17º | 0.29% | 0.53% | - |
| HSV(B) | 108.17º | 0.42% | 0.67% | - |
| XYZ | 23.44 | 33.16 | 16.97 | - |
| YUV | 144.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 99 | 0.34 | 0 | 0.42 | 0.33 | 108.17 | 0.29 | 0.53 |
| Hex | 71 | AA | 63 | 22 | 0 | 2A | 21 | 6C | 1D | 35 |
| Octal | 161 | 252 | 143 | 42 | 0 | 52 | 41 | 154 | 35 | 65 |
| Binary | 1110001 | 10101010 | 1100011 | 100010 | 0 | 101010 | 100001 | 1101100 | 11101 | 110101 |
Color Harmonies of #71AA63
Complementary color
Monochromatic Colors of #71AA63
Black with #71AA63
Text Example
Text Example
White with #71AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA63; }
p { color: rgb(113,170,99); }
H1.HeaderClassName
{
color: #71AA63;
}
.AnyTagClassName
{
color: #71AA63;
}
</style>
background-color css
<style>
a { background-color: #71AA63; }
a { background-color: rgb(113,170,99); }
div.DivClassName
{
background-color: #71AA63;
}
.BgClassName
{
background-color: #71AA63;
}
</style>
border-color css
<style>
span { border-color: #71AA63; }
span { border-color: rgb(113,170,99); }
td.TdClassName
{
border-color: #71AA63;
}
.TagClassName
{
border-color: #71AA63;
}
</style>