Shades of Amulet #81B171
Tints of Amulet #81B171
RGB
CMYK
RGB Variations
Color information
#81B171 (or 0x81B171) is known color: Amulet. HEX triplet: 81, B1 and 71. RGB value is (129,177,113). Sum of RGB (Red+Green+Blue) = 129+177+113=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #81B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B171 is #7E4E8E. Grayscale: #9B9B9B. Windows color (decimal): -8277647 or 7451009. OLE color: 7451009.
HSL color Cylindrical-coordinate representation of color #81B171: hue angle of 105º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B171 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 113 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.31 |
| HSL | 105º | 0.29% | 0.57% | - |
| HSV(B) | 105º | 0.36% | 0.69% | - |
| XYZ | 27.76 | 37.3 | 21.36 | - |
| YUV | 155.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 113 | 0.27 | 0 | 0.36 | 0.31 | 105 | 0.29 | 0.57 |
| Hex | 81 | B1 | 71 | 1B | 0 | 24 | 1F | 69 | 1D | 39 |
| Octal | 201 | 261 | 161 | 33 | 0 | 44 | 37 | 151 | 35 | 71 |
| Binary | 10000001 | 10110001 | 1110001 | 11011 | 0 | 100100 | 11111 | 1101001 | 11101 | 111001 |
Color Harmonies of #81B171
Complementary color
Monochromatic Colors of #81B171
Black with #81B171
Text Example
Text Example
White with #81B171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B171; }
p { color: rgb(129,177,113); }
H1.HeaderClassName
{
color: #81B171;
}
.AnyTagClassName
{
color: #81B171;
}
</style>
background-color css
<style>
a { background-color: #81B171; }
a { background-color: rgb(129,177,113); }
div.DivClassName
{
background-color: #81B171;
}
.BgClassName
{
background-color: #81B171;
}
</style>
border-color css
<style>
span { border-color: #81B171; }
span { border-color: rgb(129,177,113); }
td.TdClassName
{
border-color: #81B171;
}
.TagClassName
{
border-color: #81B171;
}
</style>