Shades of Amulet #81B277
Tints of Amulet #81B277
RGB
CMYK
RGB Variations
Color information
#81B277 (or 0x81B277) is known color: Amulet. HEX triplet: 81, B2 and 77. RGB value is (129,178,119). Sum of RGB (Red+Green+Blue) = 129+178+119=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #81B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B277 is #7E4D88. Grayscale: #9C9C9C. Windows color (decimal): -8277385 or 7844481. OLE color: 7844481.
HSL color Cylindrical-coordinate representation of color #81B277: hue angle of 109.83º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81B277 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 178 | 119 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.30 |
| HSL | 109.83º | 0.28% | 0.58% | - |
| HSV(B) | 109.83º | 0.33% | 0.7% | - |
| XYZ | 28.3 | 37.84 | 23.26 | - |
| YUV | 156.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 178 | 119 | 0.28 | 0 | 0.33 | 0.30 | 109.83 | 0.28 | 0.58 |
| Hex | 81 | B2 | 77 | 1C | 0 | 21 | 1E | 6E | 1C | 3A |
| Octal | 201 | 262 | 167 | 34 | 0 | 41 | 36 | 156 | 34 | 72 |
| Binary | 10000001 | 10110010 | 1110111 | 11100 | 0 | 100001 | 11110 | 1101110 | 11100 | 111010 |
Color Harmonies of #81B277
Complementary color
Monochromatic Colors of #81B277
Black with #81B277
Text Example
Text Example
White with #81B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B277; }
p { color: rgb(129,178,119); }
H1.HeaderClassName
{
color: #81B277;
}
.AnyTagClassName
{
color: #81B277;
}
</style>
background-color css
<style>
a { background-color: #81B277; }
a { background-color: rgb(129,178,119); }
div.DivClassName
{
background-color: #81B277;
}
.BgClassName
{
background-color: #81B277;
}
</style>
border-color css
<style>
span { border-color: #81B277; }
span { border-color: rgb(129,178,119); }
td.TdClassName
{
border-color: #81B277;
}
.TagClassName
{
border-color: #81B277;
}
</style>