Shades of Sage #8F9A78
Tints of Sage #8F9A78
RGB
CMYK
RGB Variations
Color information
#8F9A78 (or 0x8F9A78) is known color: Sage. HEX triplet: 8F, 9A and 78. RGB value is (143,154,120). Sum of RGB (Red+Green+Blue) = 143+154+120=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A78 is #706587. Grayscale: #929292. Windows color (decimal): -7366024 or 7903887. OLE color: 7903887.
HSL color Cylindrical-coordinate representation of color #8F9A78: hue angle of 79.41º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9A78 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 120 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.40 |
| HSL | 79.41º | 0.14% | 0.54% | - |
| HSV(B) | 79.41º | 0.22% | 0.6% | - |
| XYZ | 26.27 | 30.31 | 22.23 | - |
| YUV | 146.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 120 | 0.07 | 0 | 0.22 | 0.40 | 79.41 | 0.14 | 0.54 |
| Hex | 8F | 9A | 78 | 7 | 0 | 16 | 28 | 4F | E | 36 |
| Octal | 217 | 232 | 170 | 7 | 0 | 26 | 50 | 117 | 16 | 66 |
| Binary | 10001111 | 10011010 | 1111000 | 111 | 0 | 10110 | 101000 | 1001111 | 1110 | 110110 |
Color Harmonies of #8F9A78
Complementary color
Monochromatic Colors of #8F9A78
Black with #8F9A78
Text Example
Text Example
White with #8F9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A78; }
p { color: rgb(143,154,120); }
H1.HeaderClassName
{
color: #8F9A78;
}
.AnyTagClassName
{
color: #8F9A78;
}
</style>
background-color css
<style>
a { background-color: #8F9A78; }
a { background-color: rgb(143,154,120); }
div.DivClassName
{
background-color: #8F9A78;
}
.BgClassName
{
background-color: #8F9A78;
}
</style>
border-color css
<style>
span { border-color: #8F9A78; }
span { border-color: rgb(143,154,120); }
td.TdClassName
{
border-color: #8F9A78;
}
.TagClassName
{
border-color: #8F9A78;
}
</style>