Shades of Amulet #85AA70
Tints of Amulet #85AA70
RGB
CMYK
RGB Variations
Color information
#85AA70 (or 0x85AA70) is known color: Amulet. HEX triplet: 85, AA and 70. RGB value is (133,170,112). Sum of RGB (Red+Green+Blue) = 133+170+112=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA70 is #7A558F. Grayscale: #989898. Windows color (decimal): -8017296 or 7383685. OLE color: 7383685.
HSL color Cylindrical-coordinate representation of color #85AA70: hue angle of 98.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AA70 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 112 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.33 |
| HSL | 98.28º | 0.25% | 0.55% | - |
| HSV(B) | 98.28º | 0.34% | 0.67% | - |
| XYZ | 26.97 | 34.91 | 20.65 | - |
| YUV | 152.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 112 | 0.22 | 0 | 0.34 | 0.33 | 98.28 | 0.25 | 0.55 |
| Hex | 85 | AA | 70 | 16 | 0 | 22 | 21 | 62 | 19 | 37 |
| Octal | 205 | 252 | 160 | 26 | 0 | 42 | 41 | 142 | 31 | 67 |
| Binary | 10000101 | 10101010 | 1110000 | 10110 | 0 | 100010 | 100001 | 1100010 | 11001 | 110111 |
Color Harmonies of #85AA70
Complementary color
Monochromatic Colors of #85AA70
Black with #85AA70
Text Example
Text Example
White with #85AA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA70; }
p { color: rgb(133,170,112); }
H1.HeaderClassName
{
color: #85AA70;
}
.AnyTagClassName
{
color: #85AA70;
}
</style>
background-color css
<style>
a { background-color: #85AA70; }
a { background-color: rgb(133,170,112); }
div.DivClassName
{
background-color: #85AA70;
}
.BgClassName
{
background-color: #85AA70;
}
</style>
border-color css
<style>
span { border-color: #85AA70; }
span { border-color: rgb(133,170,112); }
td.TdClassName
{
border-color: #85AA70;
}
.TagClassName
{
border-color: #85AA70;
}
</style>