Shades of Amulet #81B06D
Tints of Amulet #81B06D
RGB
CMYK
RGB Variations
Color information
#81B06D (or 0x81B06D) is known color: Amulet. HEX triplet: 81, B0 and 6D. RGB value is (129,176,109). Sum of RGB (Red+Green+Blue) = 129+176+109=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #81B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B06D is #7E4F92. Grayscale: #9A9A9A. Windows color (decimal): -8277907 or 7188609. OLE color: 7188609.
HSL color Cylindrical-coordinate representation of color #81B06D: hue angle of 102.09º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81B06D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 109 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.31 |
| HSL | 102.09º | 0.3% | 0.56% | - |
| HSV(B) | 102.09º | 0.38% | 0.69% | - |
| XYZ | 27.34 | 36.82 | 20.13 | - |
| YUV | 154.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 109 | 0.27 | 0 | 0.38 | 0.31 | 102.09 | 0.3 | 0.56 |
| Hex | 81 | B0 | 6D | 1B | 0 | 26 | 1F | 66 | 1E | 38 |
| Octal | 201 | 260 | 155 | 33 | 0 | 46 | 37 | 146 | 36 | 70 |
| Binary | 10000001 | 10110000 | 1101101 | 11011 | 0 | 100110 | 11111 | 1100110 | 11110 | 111000 |
Color Harmonies of #81B06D
Complementary color
Monochromatic Colors of #81B06D
Black with #81B06D
Text Example
Text Example
White with #81B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B06D; }
p { color: rgb(129,176,109); }
H1.HeaderClassName
{
color: #81B06D;
}
.AnyTagClassName
{
color: #81B06D;
}
</style>
background-color css
<style>
a { background-color: #81B06D; }
a { background-color: rgb(129,176,109); }
div.DivClassName
{
background-color: #81B06D;
}
.BgClassName
{
background-color: #81B06D;
}
</style>
border-color css
<style>
span { border-color: #81B06D; }
span { border-color: rgb(129,176,109); }
td.TdClassName
{
border-color: #81B06D;
}
.TagClassName
{
border-color: #81B06D;
}
</style>