Shades of Sage #8A8E80
Tints of Sage #8A8E80
RGB
CMYK
RGB Variations
Color information
#8A8E80 (or 0x8A8E80) is known color: Sage. HEX triplet: 8A, 8E and 80. RGB value is (138,142,128). Sum of RGB (Red+Green+Blue) = 138+142+128=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8E80 is #75717F. Grayscale: #8B8B8B. Windows color (decimal): -7696768 or 8425098. OLE color: 8425098.
HSL color Cylindrical-coordinate representation of color #8A8E80: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A8E80 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 142 | 128 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.44 |
| HSL | 77.14º | 0.06% | 0.53% | - |
| HSV(B) | 77.14º | 0.1% | 0.56% | - |
| XYZ | 24.05 | 26.31 | 24.23 | - |
| YUV | 139.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 128 | 0.03 | 0 | 0.10 | 0.44 | 77.14 | 0.06 | 0.53 |
| Hex | 8A | 8E | 80 | 3 | 0 | A | 2C | 4D | 6 | 35 |
| Octal | 212 | 216 | 200 | 3 | 0 | 12 | 54 | 115 | 6 | 65 |
| Binary | 10001010 | 10001110 | 10000000 | 11 | 0 | 1010 | 101100 | 1001101 | 110 | 110101 |
Color Harmonies of #8A8E80
Complementary color
Monochromatic Colors of #8A8E80
Black with #8A8E80
Text Example
Text Example
White with #8A8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8E80; }
p { color: rgb(138,142,128); }
H1.HeaderClassName
{
color: #8A8E80;
}
.AnyTagClassName
{
color: #8A8E80;
}
</style>
background-color css
<style>
a { background-color: #8A8E80; }
a { background-color: rgb(138,142,128); }
div.DivClassName
{
background-color: #8A8E80;
}
.BgClassName
{
background-color: #8A8E80;
}
</style>
border-color css
<style>
span { border-color: #8A8E80; }
span { border-color: rgb(138,142,128); }
td.TdClassName
{
border-color: #8A8E80;
}
.TagClassName
{
border-color: #8A8E80;
}
</style>