Shades of Sage #8F967B
Tints of Sage #8F967B
RGB
CMYK
RGB Variations
Color information
#8F967B (or 0x8F967B) is known color: Sage. HEX triplet: 8F, 96 and 7B. RGB value is (143,150,123). Sum of RGB (Red+Green+Blue) = 143+150+123=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #8F967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F967B is #706984. Grayscale: #909090. Windows color (decimal): -7367045 or 8099471. OLE color: 8099471.
HSL color Cylindrical-coordinate representation of color #8F967B: hue angle of 75.56º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F967B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 123 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.41 |
| HSL | 75.56º | 0.11% | 0.54% | - |
| HSV(B) | 75.56º | 0.18% | 0.59% | - |
| XYZ | 25.81 | 29.08 | 22.99 | - |
| YUV | 144.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 123 | 0.05 | 0 | 0.18 | 0.41 | 75.56 | 0.11 | 0.54 |
| Hex | 8F | 96 | 7B | 5 | 0 | 12 | 29 | 4C | B | 36 |
| Octal | 217 | 226 | 173 | 5 | 0 | 22 | 51 | 114 | 13 | 66 |
| Binary | 10001111 | 10010110 | 1111011 | 101 | 0 | 10010 | 101001 | 1001100 | 1011 | 110110 |
Color Harmonies of #8F967B
Complementary color
Monochromatic Colors of #8F967B
Black with #8F967B
Text Example
Text Example
White with #8F967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F967B; }
p { color: rgb(143,150,123); }
H1.HeaderClassName
{
color: #8F967B;
}
.AnyTagClassName
{
color: #8F967B;
}
</style>
background-color css
<style>
a { background-color: #8F967B; }
a { background-color: rgb(143,150,123); }
div.DivClassName
{
background-color: #8F967B;
}
.BgClassName
{
background-color: #8F967B;
}
</style>
border-color css
<style>
span { border-color: #8F967B; }
span { border-color: rgb(143,150,123); }
td.TdClassName
{
border-color: #8F967B;
}
.TagClassName
{
border-color: #8F967B;
}
</style>