Shades of Amulet #85B36F
Tints of Amulet #85B36F
RGB
CMYK
RGB Variations
Color information
#85B36F (or 0x85B36F) is known color: Amulet. HEX triplet: 85, B3 and 6F. RGB value is (133,179,111). Sum of RGB (Red+Green+Blue) = 133+179+111=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #85B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B36F is #7A4C90. Grayscale: #9D9D9D. Windows color (decimal): -8014993 or 7320453. OLE color: 7320453.
HSL color Cylindrical-coordinate representation of color #85B36F: hue angle of 100.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B36F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 111 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.30 |
| HSL | 100.59º | 0.31% | 0.57% | - |
| HSV(B) | 100.59º | 0.38% | 0.7% | - |
| XYZ | 28.66 | 38.37 | 20.94 | - |
| YUV | 157.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 111 | 0.26 | 0 | 0.38 | 0.30 | 100.59 | 0.31 | 0.57 |
| Hex | 85 | B3 | 6F | 1A | 0 | 26 | 1E | 65 | 1F | 39 |
| Octal | 205 | 263 | 157 | 32 | 0 | 46 | 36 | 145 | 37 | 71 |
| Binary | 10000101 | 10110011 | 1101111 | 11010 | 0 | 100110 | 11110 | 1100101 | 11111 | 111001 |
Color Harmonies of #85B36F
Complementary color
Monochromatic Colors of #85B36F
Black with #85B36F
Text Example
Text Example
White with #85B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B36F; }
p { color: rgb(133,179,111); }
H1.HeaderClassName
{
color: #85B36F;
}
.AnyTagClassName
{
color: #85B36F;
}
</style>
background-color css
<style>
a { background-color: #85B36F; }
a { background-color: rgb(133,179,111); }
div.DivClassName
{
background-color: #85B36F;
}
.BgClassName
{
background-color: #85B36F;
}
</style>
border-color css
<style>
span { border-color: #85B36F; }
span { border-color: rgb(133,179,111); }
td.TdClassName
{
border-color: #85B36F;
}
.TagClassName
{
border-color: #85B36F;
}
</style>