Shades of Envy #8AA591
Tints of Envy #8AA591
RGB
CMYK
RGB Variations
Color information
#8AA591 (or 0x8AA591) is known color: Envy. HEX triplet: 8A, A5 and 91. RGB value is (138,165,145). Sum of RGB (Red+Green+Blue) = 138+165+145=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA591 is #755A6E. Grayscale: #9A9A9A. Windows color (decimal): -7690863 or 9545098. OLE color: 9545098.
HSL color Cylindrical-coordinate representation of color #8AA591: hue angle of 135.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA591 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 145 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.35 |
| HSL | 135.56º | 0.13% | 0.59% | - |
| HSV(B) | 135.56º | 0.16% | 0.65% | - |
| XYZ | 29.05 | 34.36 | 31.89 | - |
| YUV | 154.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 145 | 0.16 | 0 | 0.12 | 0.35 | 135.56 | 0.13 | 0.59 |
| Hex | 8A | A5 | 91 | 10 | 0 | C | 23 | 88 | D | 3B |
| Octal | 212 | 245 | 221 | 20 | 0 | 14 | 43 | 210 | 15 | 73 |
| Binary | 10001010 | 10100101 | 10010001 | 10000 | 0 | 1100 | 100011 | 10001000 | 1101 | 111011 |
Color Harmonies of #8AA591
Complementary color
Monochromatic Colors of #8AA591
Black with #8AA591
Text Example
Text Example
White with #8AA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA591; }
p { color: rgb(138,165,145); }
H1.HeaderClassName
{
color: #8AA591;
}
.AnyTagClassName
{
color: #8AA591;
}
</style>
background-color css
<style>
a { background-color: #8AA591; }
a { background-color: rgb(138,165,145); }
div.DivClassName
{
background-color: #8AA591;
}
.BgClassName
{
background-color: #8AA591;
}
</style>
border-color css
<style>
span { border-color: #8AA591; }
span { border-color: rgb(138,165,145); }
td.TdClassName
{
border-color: #8AA591;
}
.TagClassName
{
border-color: #8AA591;
}
</style>