Shades of Amulet #81B176
Tints of Amulet #81B176
RGB
CMYK
RGB Variations
Color information
#81B176 (or 0x81B176) is known color: Amulet. HEX triplet: 81, B1 and 76. RGB value is (129,177,118). Sum of RGB (Red+Green+Blue) = 129+177+118=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #81B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B176 is #7E4E89. Grayscale: #9C9C9C. Windows color (decimal): -8277642 or 7778689. OLE color: 7778689.
HSL color Cylindrical-coordinate representation of color #81B176: hue angle of 108.81º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81B176 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 118 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.31 |
| HSL | 108.81º | 0.27% | 0.58% | - |
| HSV(B) | 108.81º | 0.33% | 0.69% | - |
| XYZ | 28.05 | 37.42 | 22.88 | - |
| YUV | 155.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 118 | 0.27 | 0 | 0.33 | 0.31 | 108.81 | 0.27 | 0.58 |
| Hex | 81 | B1 | 76 | 1B | 0 | 21 | 1F | 6D | 1B | 3A |
| Octal | 201 | 261 | 166 | 33 | 0 | 41 | 37 | 155 | 33 | 72 |
| Binary | 10000001 | 10110001 | 1110110 | 11011 | 0 | 100001 | 11111 | 1101101 | 11011 | 111010 |
Color Harmonies of #81B176
Complementary color
Monochromatic Colors of #81B176
Black with #81B176
Text Example
Text Example
White with #81B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B176; }
p { color: rgb(129,177,118); }
H1.HeaderClassName
{
color: #81B176;
}
.AnyTagClassName
{
color: #81B176;
}
</style>
background-color css
<style>
a { background-color: #81B176; }
a { background-color: rgb(129,177,118); }
div.DivClassName
{
background-color: #81B176;
}
.BgClassName
{
background-color: #81B176;
}
</style>
border-color css
<style>
span { border-color: #81B176; }
span { border-color: rgb(129,177,118); }
td.TdClassName
{
border-color: #81B176;
}
.TagClassName
{
border-color: #81B176;
}
</style>