Shades of Amulet #8BAF7B
Tints of Amulet #8BAF7B
RGB
CMYK
RGB Variations
Color information
#8BAF7B (or 0x8BAF7B) is known color: Amulet. HEX triplet: 8B, AF and 7B. RGB value is (139,175,123). Sum of RGB (Red+Green+Blue) = 139+175+123=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF7B is #745084. Grayscale: #9E9E9E. Windows color (decimal): -7622789 or 8105867. OLE color: 8105867.
HSL color Cylindrical-coordinate representation of color #8BAF7B: hue angle of 101.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BAF7B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 123 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.31 |
| HSL | 101.54º | 0.25% | 0.58% | - |
| HSV(B) | 101.54º | 0.3% | 0.69% | - |
| XYZ | 29.55 | 37.58 | 24.43 | - |
| YUV | 158.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 123 | 0.21 | 0 | 0.30 | 0.31 | 101.54 | 0.25 | 0.58 |
| Hex | 8B | AF | 7B | 15 | 0 | 1E | 1F | 66 | 19 | 3A |
| Octal | 213 | 257 | 173 | 25 | 0 | 36 | 37 | 146 | 31 | 72 |
| Binary | 10001011 | 10101111 | 1111011 | 10101 | 0 | 11110 | 11111 | 1100110 | 11001 | 111010 |
Color Harmonies of #8BAF7B
Complementary color
Monochromatic Colors of #8BAF7B
Black with #8BAF7B
Text Example
Text Example
White with #8BAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF7B; }
p { color: rgb(139,175,123); }
H1.HeaderClassName
{
color: #8BAF7B;
}
.AnyTagClassName
{
color: #8BAF7B;
}
</style>
background-color css
<style>
a { background-color: #8BAF7B; }
a { background-color: rgb(139,175,123); }
div.DivClassName
{
background-color: #8BAF7B;
}
.BgClassName
{
background-color: #8BAF7B;
}
</style>
border-color css
<style>
span { border-color: #8BAF7B; }
span { border-color: rgb(139,175,123); }
td.TdClassName
{
border-color: #8BAF7B;
}
.TagClassName
{
border-color: #8BAF7B;
}
</style>