Shades of Amulet #71AF63
Tints of Amulet #71AF63
RGB
CMYK
RGB Variations
Color information
#71AF63 (or 0x71AF63) is known color: Amulet. HEX triplet: 71, AF and 63. RGB value is (113,175,99). Sum of RGB (Red+Green+Blue) = 113+175+99=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF63 is #8E509C. Grayscale: #949494. Windows color (decimal): -9326749 or 6532977. OLE color: 6532977.
HSL color Cylindrical-coordinate representation of color #71AF63: hue angle of 108.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71AF63 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 175 | 99 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.31 |
| HSL | 108.95º | 0.32% | 0.54% | - |
| HSV(B) | 108.95º | 0.43% | 0.69% | - |
| XYZ | 24.39 | 35.07 | 17.29 | - |
| YUV | 147.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 99 | 0.35 | 0 | 0.43 | 0.31 | 108.95 | 0.32 | 0.54 |
| Hex | 71 | AF | 63 | 23 | 0 | 2B | 1F | 6D | 20 | 36 |
| Octal | 161 | 257 | 143 | 43 | 0 | 53 | 37 | 155 | 40 | 66 |
| Binary | 1110001 | 10101111 | 1100011 | 100011 | 0 | 101011 | 11111 | 1101101 | 100000 | 110110 |
Color Harmonies of #71AF63
Complementary color
Monochromatic Colors of #71AF63
Black with #71AF63
Text Example
Text Example
White with #71AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AF63; }
p { color: rgb(113,175,99); }
H1.HeaderClassName
{
color: #71AF63;
}
.AnyTagClassName
{
color: #71AF63;
}
</style>
background-color css
<style>
a { background-color: #71AF63; }
a { background-color: rgb(113,175,99); }
div.DivClassName
{
background-color: #71AF63;
}
.BgClassName
{
background-color: #71AF63;
}
</style>
border-color css
<style>
span { border-color: #71AF63; }
span { border-color: rgb(113,175,99); }
td.TdClassName
{
border-color: #71AF63;
}
.TagClassName
{
border-color: #71AF63;
}
</style>