Shades of Amulet #86B07D
Tints of Amulet #86B07D
RGB
CMYK
RGB Variations
Color information
#86B07D (or 0x86B07D) is known color: Amulet. HEX triplet: 86, B0 and 7D. RGB value is (134,176,125). Sum of RGB (Red+Green+Blue) = 134+176+125=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #86B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B07D is #794F82. Grayscale: #9D9D9D. Windows color (decimal): -7950211 or 8237190. OLE color: 8237190.
HSL color Cylindrical-coordinate representation of color #86B07D: hue angle of 109.41º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B07D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 125 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.31 |
| HSL | 109.41º | 0.24% | 0.59% | - |
| HSV(B) | 109.41º | 0.29% | 0.69% | - |
| XYZ | 29.06 | 37.6 | 25.13 | - |
| YUV | 157.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 125 | 0.24 | 0 | 0.29 | 0.31 | 109.41 | 0.24 | 0.59 |
| Hex | 86 | B0 | 7D | 18 | 0 | 1D | 1F | 6D | 18 | 3B |
| Octal | 206 | 260 | 175 | 30 | 0 | 35 | 37 | 155 | 30 | 73 |
| Binary | 10000110 | 10110000 | 1111101 | 11000 | 0 | 11101 | 11111 | 1101101 | 11000 | 111011 |
Color Harmonies of #86B07D
Complementary color
Monochromatic Colors of #86B07D
Black with #86B07D
Text Example
Text Example
White with #86B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B07D; }
p { color: rgb(134,176,125); }
H1.HeaderClassName
{
color: #86B07D;
}
.AnyTagClassName
{
color: #86B07D;
}
</style>
background-color css
<style>
a { background-color: #86B07D; }
a { background-color: rgb(134,176,125); }
div.DivClassName
{
background-color: #86B07D;
}
.BgClassName
{
background-color: #86B07D;
}
</style>
border-color css
<style>
span { border-color: #86B07D; }
span { border-color: rgb(134,176,125); }
td.TdClassName
{
border-color: #86B07D;
}
.TagClassName
{
border-color: #86B07D;
}
</style>