Shades of Amulet #81A96E
Tints of Amulet #81A96E
RGB
CMYK
RGB Variations
Color information
#81A96E (or 0x81A96E) is known color: Amulet. HEX triplet: 81, A9 and 6E. RGB value is (129,169,110). Sum of RGB (Red+Green+Blue) = 129+169+110=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #81A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A96E is #7E5691. Grayscale: #969696. Windows color (decimal): -8279698 or 7252353. OLE color: 7252353.
HSL color Cylindrical-coordinate representation of color #81A96E: hue angle of 100.68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81A96E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 110 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.34 |
| HSL | 100.68º | 0.26% | 0.55% | - |
| HSV(B) | 100.68º | 0.35% | 0.66% | - |
| XYZ | 26.06 | 34.17 | 19.97 | - |
| YUV | 150.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 110 | 0.24 | 0 | 0.35 | 0.34 | 100.68 | 0.26 | 0.55 |
| Hex | 81 | A9 | 6E | 18 | 0 | 23 | 22 | 65 | 1A | 37 |
| Octal | 201 | 251 | 156 | 30 | 0 | 43 | 42 | 145 | 32 | 67 |
| Binary | 10000001 | 10101001 | 1101110 | 11000 | 0 | 100011 | 100010 | 1100101 | 11010 | 110111 |
Color Harmonies of #81A96E
Complementary color
Monochromatic Colors of #81A96E
Black with #81A96E
Text Example
Text Example
White with #81A96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A96E; }
p { color: rgb(129,169,110); }
H1.HeaderClassName
{
color: #81A96E;
}
.AnyTagClassName
{
color: #81A96E;
}
</style>
background-color css
<style>
a { background-color: #81A96E; }
a { background-color: rgb(129,169,110); }
div.DivClassName
{
background-color: #81A96E;
}
.BgClassName
{
background-color: #81A96E;
}
</style>
border-color css
<style>
span { border-color: #81A96E; }
span { border-color: rgb(129,169,110); }
td.TdClassName
{
border-color: #81A96E;
}
.TagClassName
{
border-color: #81A96E;
}
</style>