Shades of Sage #8C9970
Tints of Sage #8C9970
RGB
CMYK
RGB Variations
Color information
#8C9970 (or 0x8C9970) is known color: Sage. HEX triplet: 8C, 99 and 70. RGB value is (140,153,112). Sum of RGB (Red+Green+Blue) = 140+153+112=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9970 is #73668F. Grayscale: #909090. Windows color (decimal): -7562896 or 7379340. OLE color: 7379340.
HSL color Cylindrical-coordinate representation of color #8C9970: hue angle of 79.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C9970 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 112 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.4 |
| HSL | 79.02º | 0.17% | 0.52% | - |
| HSV(B) | 79.02º | 0.27% | 0.6% | - |
| XYZ | 25.13 | 29.53 | 19.7 | - |
| YUV | 144.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 112 | 0.08 | 0 | 0.27 | 0.4 | 79.02 | 0.17 | 0.52 |
| Hex | 8C | 99 | 70 | 8 | 0 | 1B | 28 | 4F | 11 | 34 |
| Octal | 214 | 231 | 160 | 10 | 0 | 33 | 50 | 117 | 21 | 64 |
| Binary | 10001100 | 10011001 | 1110000 | 1000 | 0 | 11011 | 101000 | 1001111 | 10001 | 110100 |
Color Harmonies of #8C9970
Complementary color
Monochromatic Colors of #8C9970
Black with #8C9970
Text Example
Text Example
White with #8C9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9970; }
p { color: rgb(140,153,112); }
H1.HeaderClassName
{
color: #8C9970;
}
.AnyTagClassName
{
color: #8C9970;
}
</style>
background-color css
<style>
a { background-color: #8C9970; }
a { background-color: rgb(140,153,112); }
div.DivClassName
{
background-color: #8C9970;
}
.BgClassName
{
background-color: #8C9970;
}
</style>
border-color css
<style>
span { border-color: #8C9970; }
span { border-color: rgb(140,153,112); }
td.TdClassName
{
border-color: #8C9970;
}
.TagClassName
{
border-color: #8C9970;
}
</style>