Shades of Amulet #8B9F80
Tints of Amulet #8B9F80
RGB
CMYK
RGB Variations
Color information
#8B9F80 (or 0x8B9F80) is known color: Amulet. HEX triplet: 8B, 9F and 80. RGB value is (139,159,128). Sum of RGB (Red+Green+Blue) = 139+159+128=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9F80 is #74607F. Grayscale: #959595. Windows color (decimal): -7626880 or 8429451. OLE color: 8429451.
HSL color Cylindrical-coordinate representation of color #8B9F80: hue angle of 98.71º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9F80 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 159 | 128 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.38 |
| HSL | 98.71º | 0.14% | 0.56% | - |
| HSV(B) | 98.71º | 0.19% | 0.62% | - |
| XYZ | 26.94 | 31.84 | 25.15 | - |
| YUV | 149.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 128 | 0.13 | 0 | 0.19 | 0.38 | 98.71 | 0.14 | 0.56 |
| Hex | 8B | 9F | 80 | D | 0 | 13 | 26 | 63 | E | 38 |
| Octal | 213 | 237 | 200 | 15 | 0 | 23 | 46 | 143 | 16 | 70 |
| Binary | 10001011 | 10011111 | 10000000 | 1101 | 0 | 10011 | 100110 | 1100011 | 1110 | 111000 |
Color Harmonies of #8B9F80
Complementary color
Monochromatic Colors of #8B9F80
Black with #8B9F80
Text Example
Text Example
White with #8B9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9F80; }
p { color: rgb(139,159,128); }
H1.HeaderClassName
{
color: #8B9F80;
}
.AnyTagClassName
{
color: #8B9F80;
}
</style>
background-color css
<style>
a { background-color: #8B9F80; }
a { background-color: rgb(139,159,128); }
div.DivClassName
{
background-color: #8B9F80;
}
.BgClassName
{
background-color: #8B9F80;
}
</style>
border-color css
<style>
span { border-color: #8B9F80; }
span { border-color: rgb(139,159,128); }
td.TdClassName
{
border-color: #8B9F80;
}
.TagClassName
{
border-color: #8B9F80;
}
</style>