Shades of Amulet #859B7B
Tints of Amulet #859B7B
RGB
CMYK
RGB Variations
Color information
#859B7B (or 0x859B7B) is known color: Amulet. HEX triplet: 85, 9B and 7B. RGB value is (133,155,123). Sum of RGB (Red+Green+Blue) = 133+155+123=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #859B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B7B is #7A6484. Grayscale: #909090. Windows color (decimal): -8021125 or 8100741. OLE color: 8100741.
HSL color Cylindrical-coordinate representation of color #859B7B: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859B7B is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 123 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.39 |
| HSL | 101.25º | 0.14% | 0.55% | - |
| HSV(B) | 101.25º | 0.21% | 0.61% | - |
| XYZ | 24.97 | 29.86 | 23.19 | - |
| YUV | 144.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 123 | 0.14 | 0 | 0.21 | 0.39 | 101.25 | 0.14 | 0.55 |
| Hex | 85 | 9B | 7B | E | 0 | 15 | 27 | 65 | E | 37 |
| Octal | 205 | 233 | 173 | 16 | 0 | 25 | 47 | 145 | 16 | 67 |
| Binary | 10000101 | 10011011 | 1111011 | 1110 | 0 | 10101 | 100111 | 1100101 | 1110 | 110111 |
Color Harmonies of #859B7B
Complementary color
Monochromatic Colors of #859B7B
Black with #859B7B
Text Example
Text Example
White with #859B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B7B; }
p { color: rgb(133,155,123); }
H1.HeaderClassName
{
color: #859B7B;
}
.AnyTagClassName
{
color: #859B7B;
}
</style>
background-color css
<style>
a { background-color: #859B7B; }
a { background-color: rgb(133,155,123); }
div.DivClassName
{
background-color: #859B7B;
}
.BgClassName
{
background-color: #859B7B;
}
</style>
border-color css
<style>
span { border-color: #859B7B; }
span { border-color: rgb(133,155,123); }
td.TdClassName
{
border-color: #859B7B;
}
.TagClassName
{
border-color: #859B7B;
}
</style>