Shades of Amulet #81A769
Tints of Amulet #81A769
RGB
CMYK
RGB Variations
Color information
#81A769 (or 0x81A769) is known color: Amulet. HEX triplet: 81, A7 and 69. RGB value is (129,167,105). Sum of RGB (Red+Green+Blue) = 129+167+105=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #81A769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A769 is #7E5896. Grayscale: #949494. Windows color (decimal): -8280215 or 6924161. OLE color: 6924161.
HSL color Cylindrical-coordinate representation of color #81A769: hue angle of 96.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81A769 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 105 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.35 |
| HSL | 96.77º | 0.26% | 0.53% | - |
| HSV(B) | 96.77º | 0.37% | 0.65% | - |
| XYZ | 25.42 | 33.32 | 18.46 | - |
| YUV | 148.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 105 | 0.23 | 0 | 0.37 | 0.35 | 96.77 | 0.26 | 0.53 |
| Hex | 81 | A7 | 69 | 17 | 0 | 25 | 23 | 61 | 1A | 35 |
| Octal | 201 | 247 | 151 | 27 | 0 | 45 | 43 | 141 | 32 | 65 |
| Binary | 10000001 | 10100111 | 1101001 | 10111 | 0 | 100101 | 100011 | 1100001 | 11010 | 110101 |
Color Harmonies of #81A769
Complementary color
Monochromatic Colors of #81A769
Black with #81A769
Text Example
Text Example
White with #81A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A769; }
p { color: rgb(129,167,105); }
H1.HeaderClassName
{
color: #81A769;
}
.AnyTagClassName
{
color: #81A769;
}
</style>
background-color css
<style>
a { background-color: #81A769; }
a { background-color: rgb(129,167,105); }
div.DivClassName
{
background-color: #81A769;
}
.BgClassName
{
background-color: #81A769;
}
</style>
border-color css
<style>
span { border-color: #81A769; }
span { border-color: rgb(129,167,105); }
td.TdClassName
{
border-color: #81A769;
}
.TagClassName
{
border-color: #81A769;
}
</style>