Shades of Amulet #71A862
Tints of Amulet #71A862
RGB
CMYK
RGB Variations
Color information
#71A862 (or 0x71A862) is known color: Amulet. HEX triplet: 71, A8 and 62. RGB value is (113,168,98). Sum of RGB (Red+Green+Blue) = 113+168+98=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #71A862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A862 is #8E579D. Grayscale: #8F8F8F. Windows color (decimal): -9328542 or 6465649. OLE color: 6465649.
HSL color Cylindrical-coordinate representation of color #71A862: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71A862 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 98 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.34 |
| HSL | 107.14º | 0.29% | 0.52% | - |
| HSV(B) | 107.14º | 0.42% | 0.66% | - |
| XYZ | 23.02 | 32.4 | 16.6 | - |
| YUV | 143.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 98 | 0.33 | 0 | 0.42 | 0.34 | 107.14 | 0.29 | 0.52 |
| Hex | 71 | A8 | 62 | 21 | 0 | 2A | 22 | 6B | 1D | 34 |
| Octal | 161 | 250 | 142 | 41 | 0 | 52 | 42 | 153 | 35 | 64 |
| Binary | 1110001 | 10101000 | 1100010 | 100001 | 0 | 101010 | 100010 | 1101011 | 11101 | 110100 |
Color Harmonies of #71A862
Complementary color
Monochromatic Colors of #71A862
Black with #71A862
Text Example
Text Example
White with #71A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A862; }
p { color: rgb(113,168,98); }
H1.HeaderClassName
{
color: #71A862;
}
.AnyTagClassName
{
color: #71A862;
}
</style>
background-color css
<style>
a { background-color: #71A862; }
a { background-color: rgb(113,168,98); }
div.DivClassName
{
background-color: #71A862;
}
.BgClassName
{
background-color: #71A862;
}
</style>
border-color css
<style>
span { border-color: #71A862; }
span { border-color: rgb(113,168,98); }
td.TdClassName
{
border-color: #71A862;
}
.TagClassName
{
border-color: #71A862;
}
</style>