Shades of Sage #8A956F
Tints of Sage #8A956F
RGB
CMYK
RGB Variations
Color information
#8A956F (or 0x8A956F) is known color: Sage. HEX triplet: 8A, 95 and 6F. RGB value is (138,149,111). Sum of RGB (Red+Green+Blue) = 138+149+111=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956F is #756A90. Grayscale: #8D8D8D. Windows color (decimal): -7694993 or 7312778. OLE color: 7312778.
HSL color Cylindrical-coordinate representation of color #8A956F: hue angle of 77.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A956F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 111 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.42 |
| HSL | 77.37º | 0.15% | 0.51% | - |
| HSV(B) | 77.37º | 0.26% | 0.58% | - |
| XYZ | 24.1 | 28.05 | 19.18 | - |
| YUV | 141.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 111 | 0.07 | 0 | 0.26 | 0.42 | 77.37 | 0.15 | 0.51 |
| Hex | 8A | 95 | 6F | 7 | 0 | 1A | 2A | 4D | F | 33 |
| Octal | 212 | 225 | 157 | 7 | 0 | 32 | 52 | 115 | 17 | 63 |
| Binary | 10001010 | 10010101 | 1101111 | 111 | 0 | 11010 | 101010 | 1001101 | 1111 | 110011 |
Color Harmonies of #8A956F
Complementary color
Monochromatic Colors of #8A956F
Black with #8A956F
Text Example
Text Example
White with #8A956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A956F; }
p { color: rgb(138,149,111); }
H1.HeaderClassName
{
color: #8A956F;
}
.AnyTagClassName
{
color: #8A956F;
}
</style>
background-color css
<style>
a { background-color: #8A956F; }
a { background-color: rgb(138,149,111); }
div.DivClassName
{
background-color: #8A956F;
}
.BgClassName
{
background-color: #8A956F;
}
</style>
border-color css
<style>
span { border-color: #8A956F; }
span { border-color: rgb(138,149,111); }
td.TdClassName
{
border-color: #8A956F;
}
.TagClassName
{
border-color: #8A956F;
}
</style>