Shades of Amulet #71A26B
Tints of Amulet #71A26B
RGB
CMYK
RGB Variations
Color information
#71A26B (or 0x71A26B) is known color: Amulet. HEX triplet: 71, A2 and 6B. RGB value is (113,162,107). Sum of RGB (Red+Green+Blue) = 113+162+107=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #71A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A26B is #8E5D94. Grayscale: #8D8D8D. Windows color (decimal): -9330069 or 7053937. OLE color: 7053937.
HSL color Cylindrical-coordinate representation of color #71A26B: hue angle of 113.45º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71A26B is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 107 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.36 |
| HSL | 113.45º | 0.23% | 0.53% | - |
| HSV(B) | 113.45º | 0.34% | 0.64% | - |
| XYZ | 22.38 | 30.41 | 18.6 | - |
| YUV | 141.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 107 | 0.30 | 0 | 0.34 | 0.36 | 113.45 | 0.23 | 0.53 |
| Hex | 71 | A2 | 6B | 1E | 0 | 22 | 24 | 71 | 17 | 35 |
| Octal | 161 | 242 | 153 | 36 | 0 | 42 | 44 | 161 | 27 | 65 |
| Binary | 1110001 | 10100010 | 1101011 | 11110 | 0 | 100010 | 100100 | 1110001 | 10111 | 110101 |
Color Harmonies of #71A26B
Complementary color
Monochromatic Colors of #71A26B
Black with #71A26B
Text Example
Text Example
White with #71A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A26B; }
p { color: rgb(113,162,107); }
H1.HeaderClassName
{
color: #71A26B;
}
.AnyTagClassName
{
color: #71A26B;
}
</style>
background-color css
<style>
a { background-color: #71A26B; }
a { background-color: rgb(113,162,107); }
div.DivClassName
{
background-color: #71A26B;
}
.BgClassName
{
background-color: #71A26B;
}
</style>
border-color css
<style>
span { border-color: #71A26B; }
span { border-color: rgb(113,162,107); }
td.TdClassName
{
border-color: #71A26B;
}
.TagClassName
{
border-color: #71A26B;
}
</style>