Shades of Amulet #85B07A
Tints of Amulet #85B07A
RGB
CMYK
RGB Variations
Color information
#85B07A (or 0x85B07A) is known color: Amulet. HEX triplet: 85, B0 and 7A. RGB value is (133,176,122). Sum of RGB (Red+Green+Blue) = 133+176+122=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #85B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B07A is #7A4F85. Grayscale: #9D9D9D. Windows color (decimal): -8015750 or 8040581. OLE color: 8040581.
HSL color Cylindrical-coordinate representation of color #85B07A: hue angle of 107.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B07A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 122 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.31 |
| HSL | 107.78º | 0.25% | 0.58% | - |
| HSV(B) | 107.78º | 0.31% | 0.69% | - |
| XYZ | 28.71 | 37.44 | 24.13 | - |
| YUV | 156.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 122 | 0.24 | 0 | 0.31 | 0.31 | 107.78 | 0.25 | 0.58 |
| Hex | 85 | B0 | 7A | 18 | 0 | 1F | 1F | 6C | 19 | 3A |
| Octal | 205 | 260 | 172 | 30 | 0 | 37 | 37 | 154 | 31 | 72 |
| Binary | 10000101 | 10110000 | 1111010 | 11000 | 0 | 11111 | 11111 | 1101100 | 11001 | 111010 |
Color Harmonies of #85B07A
Complementary color
Monochromatic Colors of #85B07A
Black with #85B07A
Text Example
Text Example
White with #85B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B07A; }
p { color: rgb(133,176,122); }
H1.HeaderClassName
{
color: #85B07A;
}
.AnyTagClassName
{
color: #85B07A;
}
</style>
background-color css
<style>
a { background-color: #85B07A; }
a { background-color: rgb(133,176,122); }
div.DivClassName
{
background-color: #85B07A;
}
.BgClassName
{
background-color: #85B07A;
}
</style>
border-color css
<style>
span { border-color: #85B07A; }
span { border-color: rgb(133,176,122); }
td.TdClassName
{
border-color: #85B07A;
}
.TagClassName
{
border-color: #85B07A;
}
</style>