Shades of Amulet #859B7D
Tints of Amulet #859B7D
RGB
CMYK
RGB Variations
Color information
#859B7D (or 0x859B7D) is known color: Amulet. HEX triplet: 85, 9B and 7D. RGB value is (133,155,125). Sum of RGB (Red+Green+Blue) = 133+155+125=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #859B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B7D is #7A6482. Grayscale: #919191. Windows color (decimal): -8021123 or 8231813. OLE color: 8231813.
HSL color Cylindrical-coordinate representation of color #859B7D: hue angle of 104º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859B7D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 125 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.39 |
| HSL | 104º | 0.13% | 0.55% | - |
| HSV(B) | 104º | 0.19% | 0.61% | - |
| XYZ | 25.1 | 29.91 | 23.85 | - |
| YUV | 145 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 125 | 0.14 | 0 | 0.19 | 0.39 | 104 | 0.13 | 0.55 |
| Hex | 85 | 9B | 7D | E | 0 | 13 | 27 | 68 | D | 37 |
| Octal | 205 | 233 | 175 | 16 | 0 | 23 | 47 | 150 | 15 | 67 |
| Binary | 10000101 | 10011011 | 1111101 | 1110 | 0 | 10011 | 100111 | 1101000 | 1101 | 110111 |
Color Harmonies of #859B7D
Complementary color
Monochromatic Colors of #859B7D
Black with #859B7D
Text Example
Text Example
White with #859B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B7D; }
p { color: rgb(133,155,125); }
H1.HeaderClassName
{
color: #859B7D;
}
.AnyTagClassName
{
color: #859B7D;
}
</style>
background-color css
<style>
a { background-color: #859B7D; }
a { background-color: rgb(133,155,125); }
div.DivClassName
{
background-color: #859B7D;
}
.BgClassName
{
background-color: #859B7D;
}
</style>
border-color css
<style>
span { border-color: #859B7D; }
span { border-color: rgb(133,155,125); }
td.TdClassName
{
border-color: #859B7D;
}
.TagClassName
{
border-color: #859B7D;
}
</style>