Shades of Envy #8AA48B
Tints of Envy #8AA48B
RGB
CMYK
RGB Variations
Color information
#8AA48B (or 0x8AA48B) is known color: Envy. HEX triplet: 8A, A4 and 8B. RGB value is (138,164,139). Sum of RGB (Red+Green+Blue) = 138+164+139=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA48B is #755B74. Grayscale: #999999. Windows color (decimal): -7691125 or 9151626. OLE color: 9151626.
HSL color Cylindrical-coordinate representation of color #8AA48B: hue angle of 122.31º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA48B is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 139 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.36 |
| HSL | 122.31º | 0.13% | 0.59% | - |
| HSV(B) | 122.31º | 0.16% | 0.64% | - |
| XYZ | 28.42 | 33.82 | 29.46 | - |
| YUV | 153.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 139 | 0.16 | 0 | 0.15 | 0.36 | 122.31 | 0.13 | 0.59 |
| Hex | 8A | A4 | 8B | 10 | 0 | F | 24 | 7A | C | 3B |
| Octal | 212 | 244 | 213 | 20 | 0 | 17 | 44 | 172 | 14 | 73 |
| Binary | 10001010 | 10100100 | 10001011 | 10000 | 0 | 1111 | 100100 | 1111010 | 1100 | 111011 |
Color Harmonies of #8AA48B
Complementary color
Monochromatic Colors of #8AA48B
Black with #8AA48B
Text Example
Text Example
White with #8AA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA48B; }
p { color: rgb(138,164,139); }
H1.HeaderClassName
{
color: #8AA48B;
}
.AnyTagClassName
{
color: #8AA48B;
}
</style>
background-color css
<style>
a { background-color: #8AA48B; }
a { background-color: rgb(138,164,139); }
div.DivClassName
{
background-color: #8AA48B;
}
.BgClassName
{
background-color: #8AA48B;
}
</style>
border-color css
<style>
span { border-color: #8AA48B; }
span { border-color: rgb(138,164,139); }
td.TdClassName
{
border-color: #8AA48B;
}
.TagClassName
{
border-color: #8AA48B;
}
</style>