Shades of Amulet #8AA279
Tints of Amulet #8AA279
RGB
CMYK
RGB Variations
Color information
#8AA279 (or 0x8AA279) is known color: Amulet. HEX triplet: 8A, A2 and 79. RGB value is (138,162,121). Sum of RGB (Red+Green+Blue) = 138+162+121=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA279 is #755D86. Grayscale: #969696. Windows color (decimal): -7691655 or 7971466. OLE color: 7971466.
HSL color Cylindrical-coordinate representation of color #8AA279: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AA279 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 121 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.36 |
| HSL | 95.12º | 0.18% | 0.55% | - |
| HSV(B) | 95.12º | 0.25% | 0.64% | - |
| XYZ | 26.85 | 32.62 | 22.97 | - |
| YUV | 150.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 121 | 0.15 | 0 | 0.25 | 0.36 | 95.12 | 0.18 | 0.55 |
| Hex | 8A | A2 | 79 | F | 0 | 19 | 24 | 5F | 12 | 37 |
| Octal | 212 | 242 | 171 | 17 | 0 | 31 | 44 | 137 | 22 | 67 |
| Binary | 10001010 | 10100010 | 1111001 | 1111 | 0 | 11001 | 100100 | 1011111 | 10010 | 110111 |
Color Harmonies of #8AA279
Complementary color
Monochromatic Colors of #8AA279
Black with #8AA279
Text Example
Text Example
White with #8AA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA279; }
p { color: rgb(138,162,121); }
H1.HeaderClassName
{
color: #8AA279;
}
.AnyTagClassName
{
color: #8AA279;
}
</style>
background-color css
<style>
a { background-color: #8AA279; }
a { background-color: rgb(138,162,121); }
div.DivClassName
{
background-color: #8AA279;
}
.BgClassName
{
background-color: #8AA279;
}
</style>
border-color css
<style>
span { border-color: #8AA279; }
span { border-color: rgb(138,162,121); }
td.TdClassName
{
border-color: #8AA279;
}
.TagClassName
{
border-color: #8AA279;
}
</style>