Shades of Amulet #869B72
Tints of Amulet #869B72
RGB
CMYK
RGB Variations
Color information
#869B72 (or 0x869B72) is known color: Amulet. HEX triplet: 86, 9B and 72. RGB value is (134,155,114). Sum of RGB (Red+Green+Blue) = 134+155+114=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #869B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B72 is #79648D. Grayscale: #909090. Windows color (decimal): -7955598 or 7510918. OLE color: 7510918.
HSL color Cylindrical-coordinate representation of color #869B72: hue angle of 90.73º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869B72 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 114 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.39 |
| HSL | 90.73º | 0.17% | 0.53% | - |
| HSV(B) | 90.73º | 0.26% | 0.61% | - |
| XYZ | 24.59 | 29.73 | 20.36 | - |
| YUV | 144.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 114 | 0.14 | 0 | 0.26 | 0.39 | 90.73 | 0.17 | 0.53 |
| Hex | 86 | 9B | 72 | E | 0 | 1A | 27 | 5B | 11 | 35 |
| Octal | 206 | 233 | 162 | 16 | 0 | 32 | 47 | 133 | 21 | 65 |
| Binary | 10000110 | 10011011 | 1110010 | 1110 | 0 | 11010 | 100111 | 1011011 | 10001 | 110101 |
Color Harmonies of #869B72
Complementary color
Monochromatic Colors of #869B72
Black with #869B72
Text Example
Text Example
White with #869B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B72; }
p { color: rgb(134,155,114); }
H1.HeaderClassName
{
color: #869B72;
}
.AnyTagClassName
{
color: #869B72;
}
</style>
background-color css
<style>
a { background-color: #869B72; }
a { background-color: rgb(134,155,114); }
div.DivClassName
{
background-color: #869B72;
}
.BgClassName
{
background-color: #869B72;
}
</style>
border-color css
<style>
span { border-color: #869B72; }
span { border-color: rgb(134,155,114); }
td.TdClassName
{
border-color: #869B72;
}
.TagClassName
{
border-color: #869B72;
}
</style>