Shades of Amulet #71A06C
Tints of Amulet #71A06C
RGB
CMYK
RGB Variations
Color information
#71A06C (or 0x71A06C) is known color: Amulet. HEX triplet: 71, A0 and 6C. RGB value is (113,160,108). Sum of RGB (Red+Green+Blue) = 113+160+108=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #71A06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A06C is #8E5F93. Grayscale: #8C8C8C. Windows color (decimal): -9330580 or 7118961. OLE color: 7118961.
HSL color Cylindrical-coordinate representation of color #71A06C: hue angle of 114.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A06C is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 108 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.37 |
| HSL | 114.23º | 0.21% | 0.53% | - |
| HSV(B) | 114.23º | 0.33% | 0.63% | - |
| XYZ | 22.09 | 29.74 | 18.76 | - |
| YUV | 140.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 108 | 0.29 | 0 | 0.32 | 0.37 | 114.23 | 0.21 | 0.53 |
| Hex | 71 | A0 | 6C | 1D | 0 | 20 | 25 | 72 | 15 | 35 |
| Octal | 161 | 240 | 154 | 35 | 0 | 40 | 45 | 162 | 25 | 65 |
| Binary | 1110001 | 10100000 | 1101100 | 11101 | 0 | 100000 | 100101 | 1110010 | 10101 | 110101 |
Color Harmonies of #71A06C
Complementary color
Monochromatic Colors of #71A06C
Black with #71A06C
Text Example
Text Example
White with #71A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A06C; }
p { color: rgb(113,160,108); }
H1.HeaderClassName
{
color: #71A06C;
}
.AnyTagClassName
{
color: #71A06C;
}
</style>
background-color css
<style>
a { background-color: #71A06C; }
a { background-color: rgb(113,160,108); }
div.DivClassName
{
background-color: #71A06C;
}
.BgClassName
{
background-color: #71A06C;
}
</style>
border-color css
<style>
span { border-color: #71A06C; }
span { border-color: rgb(113,160,108); }
td.TdClassName
{
border-color: #71A06C;
}
.TagClassName
{
border-color: #71A06C;
}
</style>