Shades of Sage #8B9A6C
Tints of Sage #8B9A6C
RGB
CMYK
RGB Variations
Color information
#8B9A6C (or 0x8B9A6C) is known color: Sage. HEX triplet: 8B, 9A and 6C. RGB value is (139,154,108). Sum of RGB (Red+Green+Blue) = 139+154+108=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A6C is #746593. Grayscale: #909090. Windows color (decimal): -7628180 or 7117451. OLE color: 7117451.
HSL color Cylindrical-coordinate representation of color #8B9A6C: hue angle of 79.57º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B9A6C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 154 | 108 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.40 |
| HSL | 79.57º | 0.19% | 0.51% | - |
| HSV(B) | 79.57º | 0.3% | 0.6% | - |
| XYZ | 24.91 | 29.68 | 18.6 | - |
| YUV | 144.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 108 | 0.10 | 0 | 0.30 | 0.40 | 79.57 | 0.19 | 0.51 |
| Hex | 8B | 9A | 6C | A | 0 | 1E | 28 | 50 | 13 | 33 |
| Octal | 213 | 232 | 154 | 12 | 0 | 36 | 50 | 120 | 23 | 63 |
| Binary | 10001011 | 10011010 | 1101100 | 1010 | 0 | 11110 | 101000 | 1010000 | 10011 | 110011 |
Color Harmonies of #8B9A6C
Complementary color
Monochromatic Colors of #8B9A6C
Black with #8B9A6C
Text Example
Text Example
White with #8B9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9A6C; }
p { color: rgb(139,154,108); }
H1.HeaderClassName
{
color: #8B9A6C;
}
.AnyTagClassName
{
color: #8B9A6C;
}
</style>
background-color css
<style>
a { background-color: #8B9A6C; }
a { background-color: rgb(139,154,108); }
div.DivClassName
{
background-color: #8B9A6C;
}
.BgClassName
{
background-color: #8B9A6C;
}
</style>
border-color css
<style>
span { border-color: #8B9A6C; }
span { border-color: rgb(139,154,108); }
td.TdClassName
{
border-color: #8B9A6C;
}
.TagClassName
{
border-color: #8B9A6C;
}
</style>