Shades of Sage #8A9674
Tints of Sage #8A9674
RGB
CMYK
RGB Variations
Color information
#8A9674 (or 0x8A9674) is known color: Sage. HEX triplet: 8A, 96 and 74. RGB value is (138,150,116). Sum of RGB (Red+Green+Blue) = 138+150+116=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9674 is #75698B. Grayscale: #8E8E8E. Windows color (decimal): -7694732 or 7640714. OLE color: 7640714.
HSL color Cylindrical-coordinate representation of color #8A9674: hue angle of 81.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A9674 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 116 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.41 |
| HSL | 81.18º | 0.14% | 0.52% | - |
| HSV(B) | 81.18º | 0.23% | 0.59% | - |
| XYZ | 24.54 | 28.48 | 20.73 | - |
| YUV | 142.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 116 | 0.08 | 0 | 0.23 | 0.41 | 81.18 | 0.14 | 0.52 |
| Hex | 8A | 96 | 74 | 8 | 0 | 17 | 29 | 51 | E | 34 |
| Octal | 212 | 226 | 164 | 10 | 0 | 27 | 51 | 121 | 16 | 64 |
| Binary | 10001010 | 10010110 | 1110100 | 1000 | 0 | 10111 | 101001 | 1010001 | 1110 | 110100 |
Color Harmonies of #8A9674
Complementary color
Monochromatic Colors of #8A9674
Black with #8A9674
Text Example
Text Example
White with #8A9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9674; }
p { color: rgb(138,150,116); }
H1.HeaderClassName
{
color: #8A9674;
}
.AnyTagClassName
{
color: #8A9674;
}
</style>
background-color css
<style>
a { background-color: #8A9674; }
a { background-color: rgb(138,150,116); }
div.DivClassName
{
background-color: #8A9674;
}
.BgClassName
{
background-color: #8A9674;
}
</style>
border-color css
<style>
span { border-color: #8A9674; }
span { border-color: rgb(138,150,116); }
td.TdClassName
{
border-color: #8A9674;
}
.TagClassName
{
border-color: #8A9674;
}
</style>