Shades of Sage #8C9B6D
Tints of Sage #8C9B6D
RGB
CMYK
RGB Variations
Color information
#8C9B6D (or 0x8C9B6D) is known color: Sage. HEX triplet: 8C, 9B and 6D. RGB value is (140,155,109). Sum of RGB (Red+Green+Blue) = 140+155+109=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B6D is #736492. Grayscale: #919191. Windows color (decimal): -7562387 or 7183244. OLE color: 7183244.
HSL color Cylindrical-coordinate representation of color #8C9B6D: hue angle of 79.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C9B6D is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 155 | 109 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.39 |
| HSL | 79.57º | 0.19% | 0.52% | - |
| HSV(B) | 79.57º | 0.3% | 0.61% | - |
| XYZ | 25.3 | 30.12 | 18.95 | - |
| YUV | 145.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 109 | 0.10 | 0 | 0.30 | 0.39 | 79.57 | 0.19 | 0.52 |
| Hex | 8C | 9B | 6D | A | 0 | 1E | 27 | 50 | 13 | 34 |
| Octal | 214 | 233 | 155 | 12 | 0 | 36 | 47 | 120 | 23 | 64 |
| Binary | 10001100 | 10011011 | 1101101 | 1010 | 0 | 11110 | 100111 | 1010000 | 10011 | 110100 |
Color Harmonies of #8C9B6D
Complementary color
Monochromatic Colors of #8C9B6D
Black with #8C9B6D
Text Example
Text Example
White with #8C9B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9B6D; }
p { color: rgb(140,155,109); }
H1.HeaderClassName
{
color: #8C9B6D;
}
.AnyTagClassName
{
color: #8C9B6D;
}
</style>
background-color css
<style>
a { background-color: #8C9B6D; }
a { background-color: rgb(140,155,109); }
div.DivClassName
{
background-color: #8C9B6D;
}
.BgClassName
{
background-color: #8C9B6D;
}
</style>
border-color css
<style>
span { border-color: #8C9B6D; }
span { border-color: rgb(140,155,109); }
td.TdClassName
{
border-color: #8C9B6D;
}
.TagClassName
{
border-color: #8C9B6D;
}
</style>