Shades of Amulet #81B376
Tints of Amulet #81B376
RGB
CMYK
RGB Variations
Color information
#81B376 (or 0x81B376) is known color: Amulet. HEX triplet: 81, B3 and 76. RGB value is (129,179,118). Sum of RGB (Red+Green+Blue) = 129+179+118=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #81B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B376 is #7E4C89. Grayscale: #9D9D9D. Windows color (decimal): -8277130 or 7779201. OLE color: 7779201.
HSL color Cylindrical-coordinate representation of color #81B376: hue angle of 109.18º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B376 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 118 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.30 |
| HSL | 109.18º | 0.29% | 0.58% | - |
| HSV(B) | 109.18º | 0.34% | 0.7% | - |
| XYZ | 28.44 | 38.22 | 23.02 | - |
| YUV | 157.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 118 | 0.28 | 0 | 0.34 | 0.30 | 109.18 | 0.29 | 0.58 |
| Hex | 81 | B3 | 76 | 1C | 0 | 22 | 1E | 6D | 1D | 3A |
| Octal | 201 | 263 | 166 | 34 | 0 | 42 | 36 | 155 | 35 | 72 |
| Binary | 10000001 | 10110011 | 1110110 | 11100 | 0 | 100010 | 11110 | 1101101 | 11101 | 111010 |
Color Harmonies of #81B376
Complementary color
Monochromatic Colors of #81B376
Black with #81B376
Text Example
Text Example
White with #81B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B376; }
p { color: rgb(129,179,118); }
H1.HeaderClassName
{
color: #81B376;
}
.AnyTagClassName
{
color: #81B376;
}
</style>
background-color css
<style>
a { background-color: #81B376; }
a { background-color: rgb(129,179,118); }
div.DivClassName
{
background-color: #81B376;
}
.BgClassName
{
background-color: #81B376;
}
</style>
border-color css
<style>
span { border-color: #81B376; }
span { border-color: rgb(129,179,118); }
td.TdClassName
{
border-color: #81B376;
}
.TagClassName
{
border-color: #81B376;
}
</style>