Shades of Amulet #71AB65
Tints of Amulet #71AB65
RGB
CMYK
RGB Variations
Color information
#71AB65 (or 0x71AB65) is known color: Amulet. HEX triplet: 71, AB and 65. RGB value is (113,171,101). Sum of RGB (Red+Green+Blue) = 113+171+101=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB65 is #8E549A. Grayscale: #919191. Windows color (decimal): -9327771 or 6663025. OLE color: 6663025.
HSL color Cylindrical-coordinate representation of color #71AB65: hue angle of 109.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71AB65 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 101 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.33 |
| HSL | 109.71º | 0.29% | 0.53% | - |
| HSV(B) | 109.71º | 0.41% | 0.67% | - |
| XYZ | 23.72 | 33.58 | 17.54 | - |
| YUV | 145.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 101 | 0.34 | 0 | 0.41 | 0.33 | 109.71 | 0.29 | 0.53 |
| Hex | 71 | AB | 65 | 22 | 0 | 29 | 21 | 6E | 1D | 35 |
| Octal | 161 | 253 | 145 | 42 | 0 | 51 | 41 | 156 | 35 | 65 |
| Binary | 1110001 | 10101011 | 1100101 | 100010 | 0 | 101001 | 100001 | 1101110 | 11101 | 110101 |
Color Harmonies of #71AB65
Complementary color
Monochromatic Colors of #71AB65
Black with #71AB65
Text Example
Text Example
White with #71AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB65; }
p { color: rgb(113,171,101); }
H1.HeaderClassName
{
color: #71AB65;
}
.AnyTagClassName
{
color: #71AB65;
}
</style>
background-color css
<style>
a { background-color: #71AB65; }
a { background-color: rgb(113,171,101); }
div.DivClassName
{
background-color: #71AB65;
}
.BgClassName
{
background-color: #71AB65;
}
</style>
border-color css
<style>
span { border-color: #71AB65; }
span { border-color: rgb(113,171,101); }
td.TdClassName
{
border-color: #71AB65;
}
.TagClassName
{
border-color: #71AB65;
}
</style>