Shades of Amulet #81AF77
Tints of Amulet #81AF77
RGB
CMYK
RGB Variations
Color information
#81AF77 (or 0x81AF77) is known color: Amulet. HEX triplet: 81, AF and 77. RGB value is (129,175,119). Sum of RGB (Red+Green+Blue) = 129+175+119=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF77 is #7E5088. Grayscale: #9B9B9B. Windows color (decimal): -8278153 or 7843713. OLE color: 7843713.
HSL color Cylindrical-coordinate representation of color #81AF77: hue angle of 109.29º degrees, saturation: 0.26, 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 #81AF77 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 119 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.31 |
| HSL | 109.29º | 0.26% | 0.58% | - |
| HSV(B) | 109.29º | 0.32% | 0.69% | - |
| XYZ | 27.71 | 36.66 | 23.07 | - |
| YUV | 154.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 119 | 0.26 | 0 | 0.32 | 0.31 | 109.29 | 0.26 | 0.58 |
| Hex | 81 | AF | 77 | 1A | 0 | 20 | 1F | 6D | 1A | 3A |
| Octal | 201 | 257 | 167 | 32 | 0 | 40 | 37 | 155 | 32 | 72 |
| Binary | 10000001 | 10101111 | 1110111 | 11010 | 0 | 100000 | 11111 | 1101101 | 11010 | 111010 |
Color Harmonies of #81AF77
Complementary color
Monochromatic Colors of #81AF77
Black with #81AF77
Text Example
Text Example
White with #81AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF77; }
p { color: rgb(129,175,119); }
H1.HeaderClassName
{
color: #81AF77;
}
.AnyTagClassName
{
color: #81AF77;
}
</style>
background-color css
<style>
a { background-color: #81AF77; }
a { background-color: rgb(129,175,119); }
div.DivClassName
{
background-color: #81AF77;
}
.BgClassName
{
background-color: #81AF77;
}
</style>
border-color css
<style>
span { border-color: #81AF77; }
span { border-color: rgb(129,175,119); }
td.TdClassName
{
border-color: #81AF77;
}
.TagClassName
{
border-color: #81AF77;
}
</style>