Shades of Sage #8A9671
Tints of Sage #8A9671
RGB
CMYK
RGB Variations
Color information
#8A9671 (or 0x8A9671) is known color: Sage. HEX triplet: 8A, 96 and 71. RGB value is (138,150,113). Sum of RGB (Red+Green+Blue) = 138+150+113=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9671 is #75698E. Grayscale: #8E8E8E. Windows color (decimal): -7694735 or 7444106. OLE color: 7444106.
HSL color Cylindrical-coordinate representation of color #8A9671: hue angle of 79.46º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A9671 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 113 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.41 |
| HSL | 79.46º | 0.15% | 0.52% | - |
| HSV(B) | 79.46º | 0.25% | 0.59% | - |
| XYZ | 24.37 | 28.41 | 19.82 | - |
| YUV | 142.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 113 | 0.08 | 0 | 0.25 | 0.41 | 79.46 | 0.15 | 0.52 |
| Hex | 8A | 96 | 71 | 8 | 0 | 19 | 29 | 4F | F | 34 |
| Octal | 212 | 226 | 161 | 10 | 0 | 31 | 51 | 117 | 17 | 64 |
| Binary | 10001010 | 10010110 | 1110001 | 1000 | 0 | 11001 | 101001 | 1001111 | 1111 | 110100 |
Color Harmonies of #8A9671
Complementary color
Monochromatic Colors of #8A9671
Black with #8A9671
Text Example
Text Example
White with #8A9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9671; }
p { color: rgb(138,150,113); }
H1.HeaderClassName
{
color: #8A9671;
}
.AnyTagClassName
{
color: #8A9671;
}
</style>
background-color css
<style>
a { background-color: #8A9671; }
a { background-color: rgb(138,150,113); }
div.DivClassName
{
background-color: #8A9671;
}
.BgClassName
{
background-color: #8A9671;
}
</style>
border-color css
<style>
span { border-color: #8A9671; }
span { border-color: rgb(138,150,113); }
td.TdClassName
{
border-color: #8A9671;
}
.TagClassName
{
border-color: #8A9671;
}
</style>