Shades of Amulet #8AA07B
Tints of Amulet #8AA07B
RGB
CMYK
RGB Variations
Color information
#8AA07B (or 0x8AA07B) is known color: Amulet. HEX triplet: 8A, A0 and 7B. RGB value is (138,160,123). Sum of RGB (Red+Green+Blue) = 138+160+123=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA07B is #755F84. Grayscale: #959595. Windows color (decimal): -7692165 or 8102026. OLE color: 8102026.
HSL color Cylindrical-coordinate representation of color #8AA07B: hue angle of 95.68º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA07B is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 123 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.37 |
| HSL | 95.68º | 0.16% | 0.55% | - |
| HSV(B) | 95.68º | 0.23% | 0.63% | - |
| XYZ | 26.63 | 31.97 | 23.51 | - |
| YUV | 149.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 123 | 0.14 | 0 | 0.23 | 0.37 | 95.68 | 0.16 | 0.55 |
| Hex | 8A | A0 | 7B | E | 0 | 17 | 25 | 60 | 10 | 37 |
| Octal | 212 | 240 | 173 | 16 | 0 | 27 | 45 | 140 | 20 | 67 |
| Binary | 10001010 | 10100000 | 1111011 | 1110 | 0 | 10111 | 100101 | 1100000 | 10000 | 110111 |
Color Harmonies of #8AA07B
Complementary color
Monochromatic Colors of #8AA07B
Black with #8AA07B
Text Example
Text Example
White with #8AA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA07B; }
p { color: rgb(138,160,123); }
H1.HeaderClassName
{
color: #8AA07B;
}
.AnyTagClassName
{
color: #8AA07B;
}
</style>
background-color css
<style>
a { background-color: #8AA07B; }
a { background-color: rgb(138,160,123); }
div.DivClassName
{
background-color: #8AA07B;
}
.BgClassName
{
background-color: #8AA07B;
}
</style>
border-color css
<style>
span { border-color: #8AA07B; }
span { border-color: rgb(138,160,123); }
td.TdClassName
{
border-color: #8AA07B;
}
.TagClassName
{
border-color: #8AA07B;
}
</style>