Shades of Amulet #85B06F
Tints of Amulet #85B06F
RGB
CMYK
RGB Variations
Color information
#85B06F (or 0x85B06F) is known color: Amulet. HEX triplet: 85, B0 and 6F. RGB value is (133,176,111). Sum of RGB (Red+Green+Blue) = 133+176+111=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #85B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B06F is #7A4F90. Grayscale: #9B9B9B. Windows color (decimal): -8015761 or 7319685. OLE color: 7319685.
HSL color Cylindrical-coordinate representation of color #85B06F: hue angle of 99.69º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85B06F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 111 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.31 |
| HSL | 99.69º | 0.29% | 0.56% | - |
| HSV(B) | 99.69º | 0.37% | 0.69% | - |
| XYZ | 28.07 | 37.18 | 20.74 | - |
| YUV | 155.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 111 | 0.24 | 0 | 0.37 | 0.31 | 99.69 | 0.29 | 0.56 |
| Hex | 85 | B0 | 6F | 18 | 0 | 25 | 1F | 64 | 1D | 38 |
| Octal | 205 | 260 | 157 | 30 | 0 | 45 | 37 | 144 | 35 | 70 |
| Binary | 10000101 | 10110000 | 1101111 | 11000 | 0 | 100101 | 11111 | 1100100 | 11101 | 111000 |
Color Harmonies of #85B06F
Complementary color
Monochromatic Colors of #85B06F
Black with #85B06F
Text Example
Text Example
White with #85B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B06F; }
p { color: rgb(133,176,111); }
H1.HeaderClassName
{
color: #85B06F;
}
.AnyTagClassName
{
color: #85B06F;
}
</style>
background-color css
<style>
a { background-color: #85B06F; }
a { background-color: rgb(133,176,111); }
div.DivClassName
{
background-color: #85B06F;
}
.BgClassName
{
background-color: #85B06F;
}
</style>
border-color css
<style>
span { border-color: #85B06F; }
span { border-color: rgb(133,176,111); }
td.TdClassName
{
border-color: #85B06F;
}
.TagClassName
{
border-color: #85B06F;
}
</style>