Shades of Amulet #71A46A
Tints of Amulet #71A46A
RGB
CMYK
RGB Variations
Color information
#71A46A (or 0x71A46A) is known color: Amulet. HEX triplet: 71, A4 and 6A. RGB value is (113,164,106). Sum of RGB (Red+Green+Blue) = 113+164+106=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #71A46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A46A is #8E5B95. Grayscale: #8E8E8E. Windows color (decimal): -9329558 or 6988913. OLE color: 6988913.
HSL color Cylindrical-coordinate representation of color #71A46A: hue angle of 112.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A46A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 106 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.36 |
| HSL | 112.76º | 0.24% | 0.53% | - |
| HSV(B) | 112.76º | 0.35% | 0.64% | - |
| XYZ | 22.69 | 31.1 | 18.44 | - |
| YUV | 142.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 106 | 0.31 | 0 | 0.35 | 0.36 | 112.76 | 0.24 | 0.53 |
| Hex | 71 | A4 | 6A | 1F | 0 | 23 | 24 | 71 | 18 | 35 |
| Octal | 161 | 244 | 152 | 37 | 0 | 43 | 44 | 161 | 30 | 65 |
| Binary | 1110001 | 10100100 | 1101010 | 11111 | 0 | 100011 | 100100 | 1110001 | 11000 | 110101 |
Color Harmonies of #71A46A
Complementary color
Monochromatic Colors of #71A46A
Black with #71A46A
Text Example
Text Example
White with #71A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A46A; }
p { color: rgb(113,164,106); }
H1.HeaderClassName
{
color: #71A46A;
}
.AnyTagClassName
{
color: #71A46A;
}
</style>
background-color css
<style>
a { background-color: #71A46A; }
a { background-color: rgb(113,164,106); }
div.DivClassName
{
background-color: #71A46A;
}
.BgClassName
{
background-color: #71A46A;
}
</style>
border-color css
<style>
span { border-color: #71A46A; }
span { border-color: rgb(113,164,106); }
td.TdClassName
{
border-color: #71A46A;
}
.TagClassName
{
border-color: #71A46A;
}
</style>