Shades of Amulet #85AB6F
Tints of Amulet #85AB6F
RGB
CMYK
RGB Variations
Color information
#85AB6F (or 0x85AB6F) is known color: Amulet. HEX triplet: 85, AB and 6F. RGB value is (133,171,111). Sum of RGB (Red+Green+Blue) = 133+171+111=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB6F is #7A5490. Grayscale: #999999. Windows color (decimal): -8017041 or 7318405. OLE color: 7318405.
HSL color Cylindrical-coordinate representation of color #85AB6F: hue angle of 98º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85AB6F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 111 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.33 |
| HSL | 98º | 0.26% | 0.55% | - |
| HSV(B) | 98º | 0.35% | 0.67% | - |
| XYZ | 27.11 | 35.26 | 20.42 | - |
| YUV | 152.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 111 | 0.22 | 0 | 0.35 | 0.33 | 98 | 0.26 | 0.55 |
| Hex | 85 | AB | 6F | 16 | 0 | 23 | 21 | 62 | 1A | 37 |
| Octal | 205 | 253 | 157 | 26 | 0 | 43 | 41 | 142 | 32 | 67 |
| Binary | 10000101 | 10101011 | 1101111 | 10110 | 0 | 100011 | 100001 | 1100010 | 11010 | 110111 |
Color Harmonies of #85AB6F
Complementary color
Monochromatic Colors of #85AB6F
Black with #85AB6F
Text Example
Text Example
White with #85AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB6F; }
p { color: rgb(133,171,111); }
H1.HeaderClassName
{
color: #85AB6F;
}
.AnyTagClassName
{
color: #85AB6F;
}
</style>
background-color css
<style>
a { background-color: #85AB6F; }
a { background-color: rgb(133,171,111); }
div.DivClassName
{
background-color: #85AB6F;
}
.BgClassName
{
background-color: #85AB6F;
}
</style>
border-color css
<style>
span { border-color: #85AB6F; }
span { border-color: rgb(133,171,111); }
td.TdClassName
{
border-color: #85AB6F;
}
.TagClassName
{
border-color: #85AB6F;
}
</style>