Shades of Amulet #71A867
Tints of Amulet #71A867
RGB
CMYK
RGB Variations
Color information
#71A867 (or 0x71A867) is known color: Amulet. HEX triplet: 71, A8 and 67. RGB value is (113,168,103). Sum of RGB (Red+Green+Blue) = 113+168+103=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #71A867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A867 is #8E5798. Grayscale: #909090. Windows color (decimal): -9328537 or 6793329. OLE color: 6793329.
HSL color Cylindrical-coordinate representation of color #71A867: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71A867 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 168 | 103 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.34 |
| HSL | 110.77º | 0.27% | 0.53% | - |
| HSV(B) | 110.77º | 0.39% | 0.66% | - |
| XYZ | 23.26 | 32.5 | 17.88 | - |
| YUV | 144.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 168 | 103 | 0.33 | 0 | 0.39 | 0.34 | 110.77 | 0.27 | 0.53 |
| Hex | 71 | A8 | 67 | 21 | 0 | 27 | 22 | 6F | 1B | 35 |
| Octal | 161 | 250 | 147 | 41 | 0 | 47 | 42 | 157 | 33 | 65 |
| Binary | 1110001 | 10101000 | 1100111 | 100001 | 0 | 100111 | 100010 | 1101111 | 11011 | 110101 |
Color Harmonies of #71A867
Complementary color
Monochromatic Colors of #71A867
Black with #71A867
Text Example
Text Example
White with #71A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A867; }
p { color: rgb(113,168,103); }
H1.HeaderClassName
{
color: #71A867;
}
.AnyTagClassName
{
color: #71A867;
}
</style>
background-color css
<style>
a { background-color: #71A867; }
a { background-color: rgb(113,168,103); }
div.DivClassName
{
background-color: #71A867;
}
.BgClassName
{
background-color: #71A867;
}
</style>
border-color css
<style>
span { border-color: #71A867; }
span { border-color: rgb(113,168,103); }
td.TdClassName
{
border-color: #71A867;
}
.TagClassName
{
border-color: #71A867;
}
</style>