Shades of Sage #8B9B72
Tints of Sage #8B9B72
RGB
CMYK
RGB Variations
Color information
#8B9B72 (or 0x8B9B72) is known color: Sage. HEX triplet: 8B, 9B and 72. RGB value is (139,155,114). Sum of RGB (Red+Green+Blue) = 139+155+114=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B72 is #74648D. Grayscale: #919191. Windows color (decimal): -7627918 or 7510923. OLE color: 7510923.
HSL color Cylindrical-coordinate representation of color #8B9B72: hue angle of 83.41º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B9B72 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 114 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.39 |
| HSL | 83.41º | 0.17% | 0.53% | - |
| HSV(B) | 83.41º | 0.26% | 0.61% | - |
| XYZ | 25.41 | 30.15 | 20.4 | - |
| YUV | 145.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 114 | 0.10 | 0 | 0.26 | 0.39 | 83.41 | 0.17 | 0.53 |
| Hex | 8B | 9B | 72 | A | 0 | 1A | 27 | 53 | 11 | 35 |
| Octal | 213 | 233 | 162 | 12 | 0 | 32 | 47 | 123 | 21 | 65 |
| Binary | 10001011 | 10011011 | 1110010 | 1010 | 0 | 11010 | 100111 | 1010011 | 10001 | 110101 |
Color Harmonies of #8B9B72
Complementary color
Monochromatic Colors of #8B9B72
Black with #8B9B72
Text Example
Text Example
White with #8B9B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B72; }
p { color: rgb(139,155,114); }
H1.HeaderClassName
{
color: #8B9B72;
}
.AnyTagClassName
{
color: #8B9B72;
}
</style>
background-color css
<style>
a { background-color: #8B9B72; }
a { background-color: rgb(139,155,114); }
div.DivClassName
{
background-color: #8B9B72;
}
.BgClassName
{
background-color: #8B9B72;
}
</style>
border-color css
<style>
span { border-color: #8B9B72; }
span { border-color: rgb(139,155,114); }
td.TdClassName
{
border-color: #8B9B72;
}
.TagClassName
{
border-color: #8B9B72;
}
</style>