Shades of Sage #899678
Tints of Sage #899678
RGB
CMYK
RGB Variations
Color information
#899678 (or 0x899678) is known color: Sage. HEX triplet: 89, 96 and 78. RGB value is (137,150,120). Sum of RGB (Red+Green+Blue) = 137+150+120=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #899678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899678 is #766987. Grayscale: #8E8E8E. Windows color (decimal): -7760264 or 7902857. OLE color: 7902857.
HSL color Cylindrical-coordinate representation of color #899678: hue angle of 86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899678 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 120 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.41 |
| HSL | 86º | 0.13% | 0.53% | - |
| HSV(B) | 86º | 0.2% | 0.59% | - |
| XYZ | 24.61 | 28.49 | 21.97 | - |
| YUV | 142.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 120 | 0.09 | 0 | 0.20 | 0.41 | 86 | 0.13 | 0.53 |
| Hex | 89 | 96 | 78 | 9 | 0 | 14 | 29 | 56 | C | 35 |
| Octal | 211 | 226 | 170 | 11 | 0 | 24 | 51 | 126 | 14 | 65 |
| Binary | 10001001 | 10010110 | 1111000 | 1001 | 0 | 10100 | 101001 | 1010110 | 1100 | 110101 |
Color Harmonies of #899678
Complementary color
Monochromatic Colors of #899678
Black with #899678
Text Example
Text Example
White with #899678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899678; }
p { color: rgb(137,150,120); }
H1.HeaderClassName
{
color: #899678;
}
.AnyTagClassName
{
color: #899678;
}
</style>
background-color css
<style>
a { background-color: #899678; }
a { background-color: rgb(137,150,120); }
div.DivClassName
{
background-color: #899678;
}
.BgClassName
{
background-color: #899678;
}
</style>
border-color css
<style>
span { border-color: #899678; }
span { border-color: rgb(137,150,120); }
td.TdClassName
{
border-color: #899678;
}
.TagClassName
{
border-color: #899678;
}
</style>