Shades of Amulet #85B070
Tints of Amulet #85B070
RGB
CMYK
RGB Variations
Color information
#85B070 (or 0x85B070) is known color: Amulet. HEX triplet: 85, B0 and 70. RGB value is (133,176,112). Sum of RGB (Red+Green+Blue) = 133+176+112=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #85B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B070 is #7A4F8F. Grayscale: #9C9C9C. Windows color (decimal): -8015760 or 7385221. OLE color: 7385221.
HSL color Cylindrical-coordinate representation of color #85B070: hue angle of 100.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B070 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 112 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.31 |
| HSL | 100.31º | 0.29% | 0.56% | - |
| HSV(B) | 100.31º | 0.36% | 0.69% | - |
| XYZ | 28.12 | 37.21 | 21.03 | - |
| YUV | 155.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 112 | 0.24 | 0 | 0.36 | 0.31 | 100.31 | 0.29 | 0.56 |
| Hex | 85 | B0 | 70 | 18 | 0 | 24 | 1F | 64 | 1D | 38 |
| Octal | 205 | 260 | 160 | 30 | 0 | 44 | 37 | 144 | 35 | 70 |
| Binary | 10000101 | 10110000 | 1110000 | 11000 | 0 | 100100 | 11111 | 1100100 | 11101 | 111000 |
Color Harmonies of #85B070
Complementary color
Monochromatic Colors of #85B070
Black with #85B070
Text Example
Text Example
White with #85B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B070; }
p { color: rgb(133,176,112); }
H1.HeaderClassName
{
color: #85B070;
}
.AnyTagClassName
{
color: #85B070;
}
</style>
background-color css
<style>
a { background-color: #85B070; }
a { background-color: rgb(133,176,112); }
div.DivClassName
{
background-color: #85B070;
}
.BgClassName
{
background-color: #85B070;
}
</style>
border-color css
<style>
span { border-color: #85B070; }
span { border-color: rgb(133,176,112); }
td.TdClassName
{
border-color: #85B070;
}
.TagClassName
{
border-color: #85B070;
}
</style>