Shades of Amulet #71AA6B
Tints of Amulet #71AA6B
RGB
CMYK
RGB Variations
Color information
#71AA6B (or 0x71AA6B) is known color: Amulet. HEX triplet: 71, AA and 6B. RGB value is (113,170,107). Sum of RGB (Red+Green+Blue) = 113+170+107=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA6B is #8E5594. Grayscale: #919191. Windows color (decimal): -9328021 or 7055985. OLE color: 7055985.
HSL color Cylindrical-coordinate representation of color #71AA6B: hue angle of 114.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71AA6B is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 107 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.33 |
| HSL | 114.29º | 0.27% | 0.54% | - |
| HSV(B) | 114.29º | 0.37% | 0.67% | - |
| XYZ | 23.84 | 33.32 | 19.09 | - |
| YUV | 145.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 107 | 0.34 | 0 | 0.37 | 0.33 | 114.29 | 0.27 | 0.54 |
| Hex | 71 | AA | 6B | 22 | 0 | 25 | 21 | 72 | 1B | 36 |
| Octal | 161 | 252 | 153 | 42 | 0 | 45 | 41 | 162 | 33 | 66 |
| Binary | 1110001 | 10101010 | 1101011 | 100010 | 0 | 100101 | 100001 | 1110010 | 11011 | 110110 |
Color Harmonies of #71AA6B
Complementary color
Monochromatic Colors of #71AA6B
Black with #71AA6B
Text Example
Text Example
White with #71AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA6B; }
p { color: rgb(113,170,107); }
H1.HeaderClassName
{
color: #71AA6B;
}
.AnyTagClassName
{
color: #71AA6B;
}
</style>
background-color css
<style>
a { background-color: #71AA6B; }
a { background-color: rgb(113,170,107); }
div.DivClassName
{
background-color: #71AA6B;
}
.BgClassName
{
background-color: #71AA6B;
}
</style>
border-color css
<style>
span { border-color: #71AA6B; }
span { border-color: rgb(113,170,107); }
td.TdClassName
{
border-color: #71AA6B;
}
.TagClassName
{
border-color: #71AA6B;
}
</style>