Shades of Amulet #8BAF7D
Tints of Amulet #8BAF7D
RGB
CMYK
RGB Variations
Color information
#8BAF7D (or 0x8BAF7D) is known color: Amulet. HEX triplet: 8B, AF and 7D. RGB value is (139,175,125). Sum of RGB (Red+Green+Blue) = 139+175+125=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF7D is #745082. Grayscale: #9E9E9E. Windows color (decimal): -7622787 or 8236939. OLE color: 8236939.
HSL color Cylindrical-coordinate representation of color #8BAF7D: hue angle of 103.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAF7D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 125 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.31 |
| HSL | 103.2º | 0.24% | 0.59% | - |
| HSV(B) | 103.2º | 0.29% | 0.69% | - |
| XYZ | 29.68 | 37.63 | 25.1 | - |
| YUV | 158.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 125 | 0.21 | 0 | 0.29 | 0.31 | 103.2 | 0.24 | 0.59 |
| Hex | 8B | AF | 7D | 15 | 0 | 1D | 1F | 67 | 18 | 3B |
| Octal | 213 | 257 | 175 | 25 | 0 | 35 | 37 | 147 | 30 | 73 |
| Binary | 10001011 | 10101111 | 1111101 | 10101 | 0 | 11101 | 11111 | 1100111 | 11000 | 111011 |
Color Harmonies of #8BAF7D
Complementary color
Monochromatic Colors of #8BAF7D
Black with #8BAF7D
Text Example
Text Example
White with #8BAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF7D; }
p { color: rgb(139,175,125); }
H1.HeaderClassName
{
color: #8BAF7D;
}
.AnyTagClassName
{
color: #8BAF7D;
}
</style>
background-color css
<style>
a { background-color: #8BAF7D; }
a { background-color: rgb(139,175,125); }
div.DivClassName
{
background-color: #8BAF7D;
}
.BgClassName
{
background-color: #8BAF7D;
}
</style>
border-color css
<style>
span { border-color: #8BAF7D; }
span { border-color: rgb(139,175,125); }
td.TdClassName
{
border-color: #8BAF7D;
}
.TagClassName
{
border-color: #8BAF7D;
}
</style>