Shades of Amulet #85AB72
Tints of Amulet #85AB72
RGB
CMYK
RGB Variations
Color information
#85AB72 (or 0x85AB72) is known color: Amulet. HEX triplet: 85, AB and 72. RGB value is (133,171,114). Sum of RGB (Red+Green+Blue) = 133+171+114=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB72 is #7A548D. Grayscale: #999999. Windows color (decimal): -8017038 or 7515013. OLE color: 7515013.
HSL color Cylindrical-coordinate representation of color #85AB72: hue angle of 100º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85AB72 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 114 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.33 |
| HSL | 100º | 0.25% | 0.56% | - |
| HSV(B) | 100º | 0.33% | 0.67% | - |
| XYZ | 27.27 | 35.33 | 21.3 | - |
| YUV | 153.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 114 | 0.22 | 0 | 0.33 | 0.33 | 100 | 0.25 | 0.56 |
| Hex | 85 | AB | 72 | 16 | 0 | 21 | 21 | 64 | 19 | 38 |
| Octal | 205 | 253 | 162 | 26 | 0 | 41 | 41 | 144 | 31 | 70 |
| Binary | 10000101 | 10101011 | 1110010 | 10110 | 0 | 100001 | 100001 | 1100100 | 11001 | 111000 |
Color Harmonies of #85AB72
Complementary color
Monochromatic Colors of #85AB72
Black with #85AB72
Text Example
Text Example
White with #85AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB72; }
p { color: rgb(133,171,114); }
H1.HeaderClassName
{
color: #85AB72;
}
.AnyTagClassName
{
color: #85AB72;
}
</style>
background-color css
<style>
a { background-color: #85AB72; }
a { background-color: rgb(133,171,114); }
div.DivClassName
{
background-color: #85AB72;
}
.BgClassName
{
background-color: #85AB72;
}
</style>
border-color css
<style>
span { border-color: #85AB72; }
span { border-color: rgb(133,171,114); }
td.TdClassName
{
border-color: #85AB72;
}
.TagClassName
{
border-color: #85AB72;
}
</style>