Shades of Amulet #859B75
Tints of Amulet #859B75
RGB
CMYK
RGB Variations
Color information
#859B75 (or 0x859B75) is known color: Amulet. HEX triplet: 85, 9B and 75. RGB value is (133,155,117). Sum of RGB (Red+Green+Blue) = 133+155+117=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #859B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B75 is #7A648A. Grayscale: #909090. Windows color (decimal): -8021131 or 7707525. OLE color: 7707525.
HSL color Cylindrical-coordinate representation of color #859B75: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859B75 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 117 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.39 |
| HSL | 94.74º | 0.16% | 0.53% | - |
| HSV(B) | 94.74º | 0.25% | 0.61% | - |
| XYZ | 24.61 | 29.71 | 21.27 | - |
| YUV | 144.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 117 | 0.14 | 0 | 0.25 | 0.39 | 94.74 | 0.16 | 0.53 |
| Hex | 85 | 9B | 75 | E | 0 | 19 | 27 | 5F | 10 | 35 |
| Octal | 205 | 233 | 165 | 16 | 0 | 31 | 47 | 137 | 20 | 65 |
| Binary | 10000101 | 10011011 | 1110101 | 1110 | 0 | 11001 | 100111 | 1011111 | 10000 | 110101 |
Color Harmonies of #859B75
Complementary color
Monochromatic Colors of #859B75
Black with #859B75
Text Example
Text Example
White with #859B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B75; }
p { color: rgb(133,155,117); }
H1.HeaderClassName
{
color: #859B75;
}
.AnyTagClassName
{
color: #859B75;
}
</style>
background-color css
<style>
a { background-color: #859B75; }
a { background-color: rgb(133,155,117); }
div.DivClassName
{
background-color: #859B75;
}
.BgClassName
{
background-color: #859B75;
}
</style>
border-color css
<style>
span { border-color: #859B75; }
span { border-color: rgb(133,155,117); }
td.TdClassName
{
border-color: #859B75;
}
.TagClassName
{
border-color: #859B75;
}
</style>