Shades of Amulet #71A561
Tints of Amulet #71A561
RGB
CMYK
RGB Variations
Color information
#71A561 (or 0x71A561) is known color: Amulet. HEX triplet: 71, A5 and 61. RGB value is (113,165,97). Sum of RGB (Red+Green+Blue) = 113+165+97=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #71A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A561 is #8E5A9E. Grayscale: #8D8D8D. Windows color (decimal): -9329311 or 6399345. OLE color: 6399345.
HSL color Cylindrical-coordinate representation of color #71A561: hue angle of 105.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A561 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 165 | 97 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.35 |
| HSL | 105.88º | 0.27% | 0.51% | - |
| HSV(B) | 105.88º | 0.41% | 0.65% | - |
| XYZ | 22.42 | 31.28 | 16.17 | - |
| YUV | 141.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 165 | 97 | 0.32 | 0 | 0.41 | 0.35 | 105.88 | 0.27 | 0.51 |
| Hex | 71 | A5 | 61 | 20 | 0 | 29 | 23 | 6A | 1B | 33 |
| Octal | 161 | 245 | 141 | 40 | 0 | 51 | 43 | 152 | 33 | 63 |
| Binary | 1110001 | 10100101 | 1100001 | 100000 | 0 | 101001 | 100011 | 1101010 | 11011 | 110011 |
Color Harmonies of #71A561
Complementary color
Monochromatic Colors of #71A561
Black with #71A561
Text Example
Text Example
White with #71A561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A561; }
p { color: rgb(113,165,97); }
H1.HeaderClassName
{
color: #71A561;
}
.AnyTagClassName
{
color: #71A561;
}
</style>
background-color css
<style>
a { background-color: #71A561; }
a { background-color: rgb(113,165,97); }
div.DivClassName
{
background-color: #71A561;
}
.BgClassName
{
background-color: #71A561;
}
</style>
border-color css
<style>
span { border-color: #71A561; }
span { border-color: rgb(113,165,97); }
td.TdClassName
{
border-color: #71A561;
}
.TagClassName
{
border-color: #71A561;
}
</style>