Shades of Amulet #81B175
Tints of Amulet #81B175
RGB
CMYK
RGB Variations
Color information
#81B175 (or 0x81B175) is known color: Amulet. HEX triplet: 81, B1 and 75. RGB value is (129,177,117). Sum of RGB (Red+Green+Blue) = 129+177+117=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #81B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B175 is #7E4E8A. Grayscale: #9C9C9C. Windows color (decimal): -8277643 or 7713153. OLE color: 7713153.
HSL color Cylindrical-coordinate representation of color #81B175: hue angle of 108º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81B175 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 117 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.31 |
| HSL | 108º | 0.28% | 0.58% | - |
| HSV(B) | 108º | 0.34% | 0.69% | - |
| XYZ | 27.99 | 37.4 | 22.57 | - |
| YUV | 155.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 117 | 0.27 | 0 | 0.34 | 0.31 | 108 | 0.28 | 0.58 |
| Hex | 81 | B1 | 75 | 1B | 0 | 22 | 1F | 6C | 1C | 3A |
| Octal | 201 | 261 | 165 | 33 | 0 | 42 | 37 | 154 | 34 | 72 |
| Binary | 10000001 | 10110001 | 1110101 | 11011 | 0 | 100010 | 11111 | 1101100 | 11100 | 111010 |
Color Harmonies of #81B175
Complementary color
Monochromatic Colors of #81B175
Black with #81B175
Text Example
Text Example
White with #81B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B175; }
p { color: rgb(129,177,117); }
H1.HeaderClassName
{
color: #81B175;
}
.AnyTagClassName
{
color: #81B175;
}
</style>
background-color css
<style>
a { background-color: #81B175; }
a { background-color: rgb(129,177,117); }
div.DivClassName
{
background-color: #81B175;
}
.BgClassName
{
background-color: #81B175;
}
</style>
border-color css
<style>
span { border-color: #81B175; }
span { border-color: rgb(129,177,117); }
td.TdClassName
{
border-color: #81B175;
}
.TagClassName
{
border-color: #81B175;
}
</style>