Shades of Amulet #81AF7B
Tints of Amulet #81AF7B
RGB
CMYK
RGB Variations
Color information
#81AF7B (or 0x81AF7B) is known color: Amulet. HEX triplet: 81, AF and 7B. RGB value is (129,175,123). Sum of RGB (Red+Green+Blue) = 129+175+123=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF7B is #7E5084. Grayscale: #9B9B9B. Windows color (decimal): -8278149 or 8105857. OLE color: 8105857.
HSL color Cylindrical-coordinate representation of color #81AF7B: hue angle of 113.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81AF7B is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 123 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.31 |
| HSL | 113.08º | 0.25% | 0.58% | - |
| HSV(B) | 113.08º | 0.3% | 0.69% | - |
| XYZ | 27.96 | 36.76 | 24.36 | - |
| YUV | 155.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 123 | 0.26 | 0 | 0.30 | 0.31 | 113.08 | 0.25 | 0.58 |
| Hex | 81 | AF | 7B | 1A | 0 | 1E | 1F | 71 | 19 | 3A |
| Octal | 201 | 257 | 173 | 32 | 0 | 36 | 37 | 161 | 31 | 72 |
| Binary | 10000001 | 10101111 | 1111011 | 11010 | 0 | 11110 | 11111 | 1110001 | 11001 | 111010 |
Color Harmonies of #81AF7B
Complementary color
Monochromatic Colors of #81AF7B
Black with #81AF7B
Text Example
Text Example
White with #81AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF7B; }
p { color: rgb(129,175,123); }
H1.HeaderClassName
{
color: #81AF7B;
}
.AnyTagClassName
{
color: #81AF7B;
}
</style>
background-color css
<style>
a { background-color: #81AF7B; }
a { background-color: rgb(129,175,123); }
div.DivClassName
{
background-color: #81AF7B;
}
.BgClassName
{
background-color: #81AF7B;
}
</style>
border-color css
<style>
span { border-color: #81AF7B; }
span { border-color: rgb(129,175,123); }
td.TdClassName
{
border-color: #81AF7B;
}
.TagClassName
{
border-color: #81AF7B;
}
</style>