Shades of Amulet #8B9B7F
Tints of Amulet #8B9B7F
RGB
CMYK
RGB Variations
Color information
#8B9B7F (or 0x8B9B7F) is known color: Amulet. HEX triplet: 8B, 9B and 7F. RGB value is (139,155,127). Sum of RGB (Red+Green+Blue) = 139+155+127=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B7F is #746480. Grayscale: #939393. Windows color (decimal): -7627905 or 8362891. OLE color: 8362891.
HSL color Cylindrical-coordinate representation of color #8B9B7F: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9B7F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 127 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.39 |
| HSL | 94.29º | 0.12% | 0.55% | - |
| HSV(B) | 94.29º | 0.18% | 0.61% | - |
| XYZ | 26.2 | 30.46 | 24.58 | - |
| YUV | 147.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 127 | 0.10 | 0 | 0.18 | 0.39 | 94.29 | 0.12 | 0.55 |
| Hex | 8B | 9B | 7F | A | 0 | 12 | 27 | 5E | C | 37 |
| Octal | 213 | 233 | 177 | 12 | 0 | 22 | 47 | 136 | 14 | 67 |
| Binary | 10001011 | 10011011 | 1111111 | 1010 | 0 | 10010 | 100111 | 1011110 | 1100 | 110111 |
Color Harmonies of #8B9B7F
Complementary color
Monochromatic Colors of #8B9B7F
Black with #8B9B7F
Text Example
Text Example
White with #8B9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B7F; }
p { color: rgb(139,155,127); }
H1.HeaderClassName
{
color: #8B9B7F;
}
.AnyTagClassName
{
color: #8B9B7F;
}
</style>
background-color css
<style>
a { background-color: #8B9B7F; }
a { background-color: rgb(139,155,127); }
div.DivClassName
{
background-color: #8B9B7F;
}
.BgClassName
{
background-color: #8B9B7F;
}
</style>
border-color css
<style>
span { border-color: #8B9B7F; }
span { border-color: rgb(139,155,127); }
td.TdClassName
{
border-color: #8B9B7F;
}
.TagClassName
{
border-color: #8B9B7F;
}
</style>