Shades of Amulet #85AE70
Tints of Amulet #85AE70
RGB
CMYK
RGB Variations
Color information
#85AE70 (or 0x85AE70) is known color: Amulet. HEX triplet: 85, AE and 70. RGB value is (133,174,112). Sum of RGB (Red+Green+Blue) = 133+174+112=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE70 is #7A518F. Grayscale: #9A9A9A. Windows color (decimal): -8016272 or 7384709. OLE color: 7384709.
HSL color Cylindrical-coordinate representation of color #85AE70: hue angle of 99.68º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85AE70 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 112 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.32 |
| HSL | 99.68º | 0.28% | 0.56% | - |
| HSV(B) | 99.68º | 0.36% | 0.68% | - |
| XYZ | 27.73 | 36.43 | 20.9 | - |
| YUV | 154.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 112 | 0.24 | 0 | 0.36 | 0.32 | 99.68 | 0.28 | 0.56 |
| Hex | 85 | AE | 70 | 18 | 0 | 24 | 20 | 64 | 1C | 38 |
| Octal | 205 | 256 | 160 | 30 | 0 | 44 | 40 | 144 | 34 | 70 |
| Binary | 10000101 | 10101110 | 1110000 | 11000 | 0 | 100100 | 100000 | 1100100 | 11100 | 111000 |
Color Harmonies of #85AE70
Complementary color
Monochromatic Colors of #85AE70
Black with #85AE70
Text Example
Text Example
White with #85AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AE70; }
p { color: rgb(133,174,112); }
H1.HeaderClassName
{
color: #85AE70;
}
.AnyTagClassName
{
color: #85AE70;
}
</style>
background-color css
<style>
a { background-color: #85AE70; }
a { background-color: rgb(133,174,112); }
div.DivClassName
{
background-color: #85AE70;
}
.BgClassName
{
background-color: #85AE70;
}
</style>
border-color css
<style>
span { border-color: #85AE70; }
span { border-color: rgb(133,174,112); }
td.TdClassName
{
border-color: #85AE70;
}
.TagClassName
{
border-color: #85AE70;
}
</style>