Shades of Amulet #81B577
Tints of Amulet #81B577
RGB
CMYK
RGB Variations
Color information
#81B577 (or 0x81B577) is known color: Amulet. HEX triplet: 81, B5 and 77. RGB value is (129,181,119). Sum of RGB (Red+Green+Blue) = 129+181+119=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #81B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B577 is #7E4A88. Grayscale: #9E9E9E. Windows color (decimal): -8276617 or 7845249. OLE color: 7845249.
HSL color Cylindrical-coordinate representation of color #81B577: hue angle of 110.32º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B577 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 119 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.29 |
| HSL | 110.32º | 0.3% | 0.59% | - |
| HSV(B) | 110.32º | 0.34% | 0.71% | - |
| XYZ | 28.91 | 39.05 | 23.47 | - |
| YUV | 158.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 119 | 0.29 | 0 | 0.34 | 0.29 | 110.32 | 0.3 | 0.59 |
| Hex | 81 | B5 | 77 | 1D | 0 | 22 | 1D | 6E | 1E | 3B |
| Octal | 201 | 265 | 167 | 35 | 0 | 42 | 35 | 156 | 36 | 73 |
| Binary | 10000001 | 10110101 | 1110111 | 11101 | 0 | 100010 | 11101 | 1101110 | 11110 | 111011 |
Color Harmonies of #81B577
Complementary color
Monochromatic Colors of #81B577
Black with #81B577
Text Example
Text Example
White with #81B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B577; }
p { color: rgb(129,181,119); }
H1.HeaderClassName
{
color: #81B577;
}
.AnyTagClassName
{
color: #81B577;
}
</style>
background-color css
<style>
a { background-color: #81B577; }
a { background-color: rgb(129,181,119); }
div.DivClassName
{
background-color: #81B577;
}
.BgClassName
{
background-color: #81B577;
}
</style>
border-color css
<style>
span { border-color: #81B577; }
span { border-color: rgb(129,181,119); }
td.TdClassName
{
border-color: #81B577;
}
.TagClassName
{
border-color: #81B577;
}
</style>