Shades of Amulet #71A86E
Tints of Amulet #71A86E
RGB
CMYK
RGB Variations
Color information
#71A86E (or 0x71A86E) is known color: Amulet. HEX triplet: 71, A8 and 6E. RGB value is (113,168,110). Sum of RGB (Red+Green+Blue) = 113+168+110=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #71A86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A86E is #8E5791. Grayscale: #919191. Windows color (decimal): -9328530 or 7252081. OLE color: 7252081.
HSL color Cylindrical-coordinate representation of color #71A86E: hue angle of 116.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A86E is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 110 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.34 |
| HSL | 116.9º | 0.25% | 0.55% | - |
| HSV(B) | 116.9º | 0.35% | 0.66% | - |
| XYZ | 23.63 | 32.64 | 19.81 | - |
| YUV | 144.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 110 | 0.33 | 0 | 0.35 | 0.34 | 116.9 | 0.25 | 0.55 |
| Hex | 71 | A8 | 6E | 21 | 0 | 23 | 22 | 75 | 19 | 37 |
| Octal | 161 | 250 | 156 | 41 | 0 | 43 | 42 | 165 | 31 | 67 |
| Binary | 1110001 | 10101000 | 1101110 | 100001 | 0 | 100011 | 100010 | 1110101 | 11001 | 110111 |
Color Harmonies of #71A86E
Complementary color
Monochromatic Colors of #71A86E
Black with #71A86E
Text Example
Text Example
White with #71A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A86E; }
p { color: rgb(113,168,110); }
H1.HeaderClassName
{
color: #71A86E;
}
.AnyTagClassName
{
color: #71A86E;
}
</style>
background-color css
<style>
a { background-color: #71A86E; }
a { background-color: rgb(113,168,110); }
div.DivClassName
{
background-color: #71A86E;
}
.BgClassName
{
background-color: #71A86E;
}
</style>
border-color css
<style>
span { border-color: #71A86E; }
span { border-color: rgb(113,168,110); }
td.TdClassName
{
border-color: #71A86E;
}
.TagClassName
{
border-color: #71A86E;
}
</style>