Shades of Amulet #8B9B80
Tints of Amulet #8B9B80
RGB
CMYK
RGB Variations
Color information
#8B9B80 (or 0x8B9B80) is known color: Amulet. HEX triplet: 8B, 9B and 80. RGB value is (139,155,128). Sum of RGB (Red+Green+Blue) = 139+155+128=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9B80 is #74647F. Grayscale: #939393. Windows color (decimal): -7627904 or 8428427. OLE color: 8428427.
HSL color Cylindrical-coordinate representation of color #8B9B80: hue angle of 95.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B9B80 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 128 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.39 |
| HSL | 95.56º | 0.12% | 0.55% | - |
| HSV(B) | 95.56º | 0.17% | 0.61% | - |
| XYZ | 26.27 | 30.49 | 24.92 | - |
| YUV | 147.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 128 | 0.10 | 0 | 0.17 | 0.39 | 95.56 | 0.12 | 0.55 |
| Hex | 8B | 9B | 80 | A | 0 | 11 | 27 | 60 | C | 37 |
| Octal | 213 | 233 | 200 | 12 | 0 | 21 | 47 | 140 | 14 | 67 |
| Binary | 10001011 | 10011011 | 10000000 | 1010 | 0 | 10001 | 100111 | 1100000 | 1100 | 110111 |
Color Harmonies of #8B9B80
Complementary color
Monochromatic Colors of #8B9B80
Black with #8B9B80
Text Example
Text Example
White with #8B9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B80; }
p { color: rgb(139,155,128); }
H1.HeaderClassName
{
color: #8B9B80;
}
.AnyTagClassName
{
color: #8B9B80;
}
</style>
background-color css
<style>
a { background-color: #8B9B80; }
a { background-color: rgb(139,155,128); }
div.DivClassName
{
background-color: #8B9B80;
}
.BgClassName
{
background-color: #8B9B80;
}
</style>
border-color css
<style>
span { border-color: #8B9B80; }
span { border-color: rgb(139,155,128); }
td.TdClassName
{
border-color: #8B9B80;
}
.TagClassName
{
border-color: #8B9B80;
}
</style>