Shades of Amulet #81B773
Tints of Amulet #81B773
RGB
CMYK
RGB Variations
Color information
#81B773 (or 0x81B773) is known color: Amulet. HEX triplet: 81, B7 and 73. RGB value is (129,183,115). Sum of RGB (Red+Green+Blue) = 129+183+115=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #81B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B773 is #7E488C. Grayscale: #9F9F9F. Windows color (decimal): -8276109 or 7583617. OLE color: 7583617.
HSL color Cylindrical-coordinate representation of color #81B773: hue angle of 107.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81B773 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 115 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.28 |
| HSL | 107.65º | 0.32% | 0.58% | - |
| HSV(B) | 107.65º | 0.37% | 0.72% | - |
| XYZ | 29.08 | 39.77 | 22.36 | - |
| YUV | 159.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 115 | 0.30 | 0 | 0.37 | 0.28 | 107.65 | 0.32 | 0.58 |
| Hex | 81 | B7 | 73 | 1E | 0 | 25 | 1C | 6C | 20 | 3A |
| Octal | 201 | 267 | 163 | 36 | 0 | 45 | 34 | 154 | 40 | 72 |
| Binary | 10000001 | 10110111 | 1110011 | 11110 | 0 | 100101 | 11100 | 1101100 | 100000 | 111010 |
Color Harmonies of #81B773
Complementary color
Monochromatic Colors of #81B773
Black with #81B773
Text Example
Text Example
White with #81B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B773; }
p { color: rgb(129,183,115); }
H1.HeaderClassName
{
color: #81B773;
}
.AnyTagClassName
{
color: #81B773;
}
</style>
background-color css
<style>
a { background-color: #81B773; }
a { background-color: rgb(129,183,115); }
div.DivClassName
{
background-color: #81B773;
}
.BgClassName
{
background-color: #81B773;
}
</style>
border-color css
<style>
span { border-color: #81B773; }
span { border-color: rgb(129,183,115); }
td.TdClassName
{
border-color: #81B773;
}
.TagClassName
{
border-color: #81B773;
}
</style>