Shades of Sage #8A9080
Tints of Sage #8A9080
RGB
CMYK
RGB Variations
Color information
#8A9080 (or 0x8A9080) is known color: Sage. HEX triplet: 8A, 90 and 80. RGB value is (138,144,128). Sum of RGB (Red+Green+Blue) = 138+144+128=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9080 is #756F7F. Grayscale: #8C8C8C. Windows color (decimal): -7696256 or 8425610. OLE color: 8425610.
HSL color Cylindrical-coordinate representation of color #8A9080: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9080 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 128 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.44 |
| HSL | 82.5º | 0.07% | 0.53% | - |
| HSV(B) | 82.5º | 0.11% | 0.56% | - |
| XYZ | 24.35 | 26.91 | 24.33 | - |
| YUV | 140.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 128 | 0.04 | 0 | 0.11 | 0.44 | 82.5 | 0.07 | 0.53 |
| Hex | 8A | 90 | 80 | 4 | 0 | B | 2C | 52 | 7 | 35 |
| Octal | 212 | 220 | 200 | 4 | 0 | 13 | 54 | 122 | 7 | 65 |
| Binary | 10001010 | 10010000 | 10000000 | 100 | 0 | 1011 | 101100 | 1010010 | 111 | 110101 |
Color Harmonies of #8A9080
Complementary color
Monochromatic Colors of #8A9080
Black with #8A9080
Text Example
Text Example
White with #8A9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9080; }
p { color: rgb(138,144,128); }
H1.HeaderClassName
{
color: #8A9080;
}
.AnyTagClassName
{
color: #8A9080;
}
</style>
background-color css
<style>
a { background-color: #8A9080; }
a { background-color: rgb(138,144,128); }
div.DivClassName
{
background-color: #8A9080;
}
.BgClassName
{
background-color: #8A9080;
}
</style>
border-color css
<style>
span { border-color: #8A9080; }
span { border-color: rgb(138,144,128); }
td.TdClassName
{
border-color: #8A9080;
}
.TagClassName
{
border-color: #8A9080;
}
</style>