Shades of Amulet #81B178
Tints of Amulet #81B178
RGB
CMYK
RGB Variations
Color information
#81B178 (or 0x81B178) is known color: Amulet. HEX triplet: 81, B1 and 78. RGB value is (129,177,120). Sum of RGB (Red+Green+Blue) = 129+177+120=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #81B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B178 is #7E4E87. Grayscale: #9C9C9C. Windows color (decimal): -8277640 or 7909761. OLE color: 7909761.
HSL color Cylindrical-coordinate representation of color #81B178: hue angle of 110.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81B178 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 120 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.31 |
| HSL | 110.53º | 0.27% | 0.58% | - |
| HSV(B) | 110.53º | 0.32% | 0.69% | - |
| XYZ | 28.17 | 37.47 | 23.52 | - |
| YUV | 156.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 120 | 0.27 | 0 | 0.32 | 0.31 | 110.53 | 0.27 | 0.58 |
| Hex | 81 | B1 | 78 | 1B | 0 | 20 | 1F | 6F | 1B | 3A |
| Octal | 201 | 261 | 170 | 33 | 0 | 40 | 37 | 157 | 33 | 72 |
| Binary | 10000001 | 10110001 | 1111000 | 11011 | 0 | 100000 | 11111 | 1101111 | 11011 | 111010 |
Color Harmonies of #81B178
Complementary color
Monochromatic Colors of #81B178
Black with #81B178
Text Example
Text Example
White with #81B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B178; }
p { color: rgb(129,177,120); }
H1.HeaderClassName
{
color: #81B178;
}
.AnyTagClassName
{
color: #81B178;
}
</style>
background-color css
<style>
a { background-color: #81B178; }
a { background-color: rgb(129,177,120); }
div.DivClassName
{
background-color: #81B178;
}
.BgClassName
{
background-color: #81B178;
}
</style>
border-color css
<style>
span { border-color: #81B178; }
span { border-color: rgb(129,177,120); }
td.TdClassName
{
border-color: #81B178;
}
.TagClassName
{
border-color: #81B178;
}
</style>