Shades of Amulet #71A465
Tints of Amulet #71A465
RGB
CMYK
RGB Variations
Color information
#71A465 (or 0x71A465) is known color: Amulet. HEX triplet: 71, A4 and 65. RGB value is (113,164,101). Sum of RGB (Red+Green+Blue) = 113+164+101=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #71A465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A465 is #8E5B9A. Grayscale: #8D8D8D. Windows color (decimal): -9329563 or 6661233. OLE color: 6661233.
HSL color Cylindrical-coordinate representation of color #71A465: hue angle of 108.57º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71A465 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 101 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.36 |
| HSL | 108.57º | 0.26% | 0.52% | - |
| HSV(B) | 108.57º | 0.38% | 0.64% | - |
| XYZ | 22.43 | 31 | 17.11 | - |
| YUV | 141.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 101 | 0.31 | 0 | 0.38 | 0.36 | 108.57 | 0.26 | 0.52 |
| Hex | 71 | A4 | 65 | 1F | 0 | 26 | 24 | 6D | 1A | 34 |
| Octal | 161 | 244 | 145 | 37 | 0 | 46 | 44 | 155 | 32 | 64 |
| Binary | 1110001 | 10100100 | 1100101 | 11111 | 0 | 100110 | 100100 | 1101101 | 11010 | 110100 |
Color Harmonies of #71A465
Complementary color
Monochromatic Colors of #71A465
Black with #71A465
Text Example
Text Example
White with #71A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A465; }
p { color: rgb(113,164,101); }
H1.HeaderClassName
{
color: #71A465;
}
.AnyTagClassName
{
color: #71A465;
}
</style>
background-color css
<style>
a { background-color: #71A465; }
a { background-color: rgb(113,164,101); }
div.DivClassName
{
background-color: #71A465;
}
.BgClassName
{
background-color: #71A465;
}
</style>
border-color css
<style>
span { border-color: #71A465; }
span { border-color: rgb(113,164,101); }
td.TdClassName
{
border-color: #71A465;
}
.TagClassName
{
border-color: #71A465;
}
</style>