Shades of Sage #8A9971
Tints of Sage #8A9971
RGB
CMYK
RGB Variations
Color information
#8A9971 (or 0x8A9971) is known color: Sage. HEX triplet: 8A, 99 and 71. RGB value is (138,153,113). Sum of RGB (Red+Green+Blue) = 138+153+113=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9971 is #75668E. Grayscale: #909090. Windows color (decimal): -7693967 or 7444874. OLE color: 7444874.
HSL color Cylindrical-coordinate representation of color #8A9971: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A9971 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 113 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.4 |
| HSL | 82.5º | 0.16% | 0.52% | - |
| HSV(B) | 82.5º | 0.26% | 0.6% | - |
| XYZ | 24.85 | 29.38 | 19.98 | - |
| YUV | 143.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 113 | 0.10 | 0 | 0.26 | 0.4 | 82.5 | 0.16 | 0.52 |
| Hex | 8A | 99 | 71 | A | 0 | 1A | 28 | 52 | 10 | 34 |
| Octal | 212 | 231 | 161 | 12 | 0 | 32 | 50 | 122 | 20 | 64 |
| Binary | 10001010 | 10011001 | 1110001 | 1010 | 0 | 11010 | 101000 | 1010010 | 10000 | 110100 |
Color Harmonies of #8A9971
Complementary color
Monochromatic Colors of #8A9971
Black with #8A9971
Text Example
Text Example
White with #8A9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9971; }
p { color: rgb(138,153,113); }
H1.HeaderClassName
{
color: #8A9971;
}
.AnyTagClassName
{
color: #8A9971;
}
</style>
background-color css
<style>
a { background-color: #8A9971; }
a { background-color: rgb(138,153,113); }
div.DivClassName
{
background-color: #8A9971;
}
.BgClassName
{
background-color: #8A9971;
}
</style>
border-color css
<style>
span { border-color: #8A9971; }
span { border-color: rgb(138,153,113); }
td.TdClassName
{
border-color: #8A9971;
}
.TagClassName
{
border-color: #8A9971;
}
</style>