Shades of Amulet #8BA774
Tints of Amulet #8BA774
RGB
CMYK
RGB Variations
Color information
#8BA774 (or 0x8BA774) is known color: Amulet. HEX triplet: 8B, A7 and 74. RGB value is (139,167,116). Sum of RGB (Red+Green+Blue) = 139+167+116=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA774 is #74588B. Grayscale: #989898. Windows color (decimal): -7624844 or 7645067. OLE color: 7645067.
HSL color Cylindrical-coordinate representation of color #8BA774: hue angle of 92.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA774 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 116 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.35 |
| HSL | 92.94º | 0.22% | 0.55% | - |
| HSV(B) | 92.94º | 0.31% | 0.65% | - |
| XYZ | 27.62 | 34.39 | 21.7 | - |
| YUV | 152.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 116 | 0.17 | 0 | 0.31 | 0.35 | 92.94 | 0.22 | 0.55 |
| Hex | 8B | A7 | 74 | 11 | 0 | 1F | 23 | 5D | 16 | 37 |
| Octal | 213 | 247 | 164 | 21 | 0 | 37 | 43 | 135 | 26 | 67 |
| Binary | 10001011 | 10100111 | 1110100 | 10001 | 0 | 11111 | 100011 | 1011101 | 10110 | 110111 |
Color Harmonies of #8BA774
Complementary color
Monochromatic Colors of #8BA774
Black with #8BA774
Text Example
Text Example
White with #8BA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA774; }
p { color: rgb(139,167,116); }
H1.HeaderClassName
{
color: #8BA774;
}
.AnyTagClassName
{
color: #8BA774;
}
</style>
background-color css
<style>
a { background-color: #8BA774; }
a { background-color: rgb(139,167,116); }
div.DivClassName
{
background-color: #8BA774;
}
.BgClassName
{
background-color: #8BA774;
}
</style>
border-color css
<style>
span { border-color: #8BA774; }
span { border-color: rgb(139,167,116); }
td.TdClassName
{
border-color: #8BA774;
}
.TagClassName
{
border-color: #8BA774;
}
</style>