Shades of Amulet #8AB07C
Tints of Amulet #8AB07C
RGB
CMYK
RGB Variations
Color information
#8AB07C (or 0x8AB07C) is known color: Amulet. HEX triplet: 8A, B0 and 7C. RGB value is (138,176,124). Sum of RGB (Red+Green+Blue) = 138+176+124=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB07C is #754F83. Grayscale: #9E9E9E. Windows color (decimal): -7688068 or 8171658. OLE color: 8171658.
HSL color Cylindrical-coordinate representation of color #8AB07C: hue angle of 103.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AB07C is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 124 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.31 |
| HSL | 103.85º | 0.25% | 0.59% | - |
| HSV(B) | 103.85º | 0.3% | 0.69% | - |
| XYZ | 29.64 | 37.91 | 24.82 | - |
| YUV | 158.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 124 | 0.22 | 0 | 0.30 | 0.31 | 103.85 | 0.25 | 0.59 |
| Hex | 8A | B0 | 7C | 16 | 0 | 1E | 1F | 68 | 19 | 3B |
| Octal | 212 | 260 | 174 | 26 | 0 | 36 | 37 | 150 | 31 | 73 |
| Binary | 10001010 | 10110000 | 1111100 | 10110 | 0 | 11110 | 11111 | 1101000 | 11001 | 111011 |
Color Harmonies of #8AB07C
Complementary color
Monochromatic Colors of #8AB07C
Black with #8AB07C
Text Example
Text Example
White with #8AB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB07C; }
p { color: rgb(138,176,124); }
H1.HeaderClassName
{
color: #8AB07C;
}
.AnyTagClassName
{
color: #8AB07C;
}
</style>
background-color css
<style>
a { background-color: #8AB07C; }
a { background-color: rgb(138,176,124); }
div.DivClassName
{
background-color: #8AB07C;
}
.BgClassName
{
background-color: #8AB07C;
}
</style>
border-color css
<style>
span { border-color: #8AB07C; }
span { border-color: rgb(138,176,124); }
td.TdClassName
{
border-color: #8AB07C;
}
.TagClassName
{
border-color: #8AB07C;
}
</style>