Shades of Amulet #86AE6E
Tints of Amulet #86AE6E
RGB
CMYK
RGB Variations
Color information
#86AE6E (or 0x86AE6E) is known color: Amulet. HEX triplet: 86, AE and 6E. RGB value is (134,174,110). Sum of RGB (Red+Green+Blue) = 134+174+110=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE6E is #795191. Grayscale: #9A9A9A. Windows color (decimal): -7950738 or 7253638. OLE color: 7253638.
HSL color Cylindrical-coordinate representation of color #86AE6E: hue angle of 97.5º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86AE6E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 110 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.32 |
| HSL | 97.5º | 0.28% | 0.56% | - |
| HSV(B) | 97.5º | 0.37% | 0.68% | - |
| XYZ | 27.78 | 36.47 | 20.33 | - |
| YUV | 154.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 110 | 0.23 | 0 | 0.37 | 0.32 | 97.5 | 0.28 | 0.56 |
| Hex | 86 | AE | 6E | 17 | 0 | 25 | 20 | 62 | 1C | 38 |
| Octal | 206 | 256 | 156 | 27 | 0 | 45 | 40 | 142 | 34 | 70 |
| Binary | 10000110 | 10101110 | 1101110 | 10111 | 0 | 100101 | 100000 | 1100010 | 11100 | 111000 |
Color Harmonies of #86AE6E
Complementary color
Monochromatic Colors of #86AE6E
Black with #86AE6E
Text Example
Text Example
White with #86AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AE6E; }
p { color: rgb(134,174,110); }
H1.HeaderClassName
{
color: #86AE6E;
}
.AnyTagClassName
{
color: #86AE6E;
}
</style>
background-color css
<style>
a { background-color: #86AE6E; }
a { background-color: rgb(134,174,110); }
div.DivClassName
{
background-color: #86AE6E;
}
.BgClassName
{
background-color: #86AE6E;
}
</style>
border-color css
<style>
span { border-color: #86AE6E; }
span { border-color: rgb(134,174,110); }
td.TdClassName
{
border-color: #86AE6E;
}
.TagClassName
{
border-color: #86AE6E;
}
</style>