Shades of Sage #8B9B6E
Tints of Sage #8B9B6E
RGB
CMYK
RGB Variations
Color information
#8B9B6E (or 0x8B9B6E) is known color: Sage. HEX triplet: 8B, 9B and 6E. RGB value is (139,155,110). Sum of RGB (Red+Green+Blue) = 139+155+110=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B6E is #746491. Grayscale: #919191. Windows color (decimal): -7627922 or 7248779. OLE color: 7248779.
HSL color Cylindrical-coordinate representation of color #8B9B6E: hue angle of 81.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B9B6E is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 110 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.39 |
| HSL | 81.33º | 0.18% | 0.52% | - |
| HSV(B) | 81.33º | 0.29% | 0.61% | - |
| XYZ | 25.18 | 30.06 | 19.23 | - |
| YUV | 145.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 110 | 0.10 | 0 | 0.29 | 0.39 | 81.33 | 0.18 | 0.52 |
| Hex | 8B | 9B | 6E | A | 0 | 1D | 27 | 51 | 12 | 34 |
| Octal | 213 | 233 | 156 | 12 | 0 | 35 | 47 | 121 | 22 | 64 |
| Binary | 10001011 | 10011011 | 1101110 | 1010 | 0 | 11101 | 100111 | 1010001 | 10010 | 110100 |
Color Harmonies of #8B9B6E
Complementary color
Monochromatic Colors of #8B9B6E
Black with #8B9B6E
Text Example
Text Example
White with #8B9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B6E; }
p { color: rgb(139,155,110); }
H1.HeaderClassName
{
color: #8B9B6E;
}
.AnyTagClassName
{
color: #8B9B6E;
}
</style>
background-color css
<style>
a { background-color: #8B9B6E; }
a { background-color: rgb(139,155,110); }
div.DivClassName
{
background-color: #8B9B6E;
}
.BgClassName
{
background-color: #8B9B6E;
}
</style>
border-color css
<style>
span { border-color: #8B9B6E; }
span { border-color: rgb(139,155,110); }
td.TdClassName
{
border-color: #8B9B6E;
}
.TagClassName
{
border-color: #8B9B6E;
}
</style>