Shades of Sage #8A9774
Tints of Sage #8A9774
RGB
CMYK
RGB Variations
Color information
#8A9774 (or 0x8A9774) is known color: Sage. HEX triplet: 8A, 97 and 74. RGB value is (138,151,116). Sum of RGB (Red+Green+Blue) = 138+151+116=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9774 is #75688B. Grayscale: #8F8F8F. Windows color (decimal): -7694476 or 7640970. OLE color: 7640970.
HSL color Cylindrical-coordinate representation of color #8A9774: hue angle of 82.29º 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 #8A9774 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 116 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.41 |
| HSL | 82.29º | 0.14% | 0.52% | - |
| HSV(B) | 82.29º | 0.23% | 0.59% | - |
| XYZ | 24.7 | 28.8 | 20.78 | - |
| YUV | 143.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 116 | 0.09 | 0 | 0.23 | 0.41 | 82.29 | 0.14 | 0.52 |
| Hex | 8A | 97 | 74 | 9 | 0 | 17 | 29 | 52 | E | 34 |
| Octal | 212 | 227 | 164 | 11 | 0 | 27 | 51 | 122 | 16 | 64 |
| Binary | 10001010 | 10010111 | 1110100 | 1001 | 0 | 10111 | 101001 | 1010010 | 1110 | 110100 |
Color Harmonies of #8A9774
Complementary color
Monochromatic Colors of #8A9774
Black with #8A9774
Text Example
Text Example
White with #8A9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9774; }
p { color: rgb(138,151,116); }
H1.HeaderClassName
{
color: #8A9774;
}
.AnyTagClassName
{
color: #8A9774;
}
</style>
background-color css
<style>
a { background-color: #8A9774; }
a { background-color: rgb(138,151,116); }
div.DivClassName
{
background-color: #8A9774;
}
.BgClassName
{
background-color: #8A9774;
}
</style>
border-color css
<style>
span { border-color: #8A9774; }
span { border-color: rgb(138,151,116); }
td.TdClassName
{
border-color: #8A9774;
}
.TagClassName
{
border-color: #8A9774;
}
</style>