Shades of Sage #8C907B
Tints of Sage #8C907B
RGB
CMYK
RGB Variations
Color information
#8C907B (or 0x8C907B) is known color: Sage. HEX triplet: 8C, 90 and 7B. RGB value is (140,144,123). Sum of RGB (Red+Green+Blue) = 140+144+123=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #8C907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C907B is #736F84. Grayscale: #8C8C8C. Windows color (decimal): -7565189 or 8097932. OLE color: 8097932.
HSL color Cylindrical-coordinate representation of color #8C907B: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C907B is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 123 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.44 |
| HSL | 71.43º | 0.09% | 0.52% | - |
| HSV(B) | 71.43º | 0.15% | 0.56% | - |
| XYZ | 24.36 | 26.95 | 22.66 | - |
| YUV | 140.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 123 | 0.03 | 0 | 0.15 | 0.44 | 71.43 | 0.09 | 0.52 |
| Hex | 8C | 90 | 7B | 3 | 0 | F | 2C | 47 | 9 | 34 |
| Octal | 214 | 220 | 173 | 3 | 0 | 17 | 54 | 107 | 11 | 64 |
| Binary | 10001100 | 10010000 | 1111011 | 11 | 0 | 1111 | 101100 | 1000111 | 1001 | 110100 |
Color Harmonies of #8C907B
Complementary color
Monochromatic Colors of #8C907B
Black with #8C907B
Text Example
Text Example
White with #8C907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C907B; }
p { color: rgb(140,144,123); }
H1.HeaderClassName
{
color: #8C907B;
}
.AnyTagClassName
{
color: #8C907B;
}
</style>
background-color css
<style>
a { background-color: #8C907B; }
a { background-color: rgb(140,144,123); }
div.DivClassName
{
background-color: #8C907B;
}
.BgClassName
{
background-color: #8C907B;
}
</style>
border-color css
<style>
span { border-color: #8C907B; }
span { border-color: rgb(140,144,123); }
td.TdClassName
{
border-color: #8C907B;
}
.TagClassName
{
border-color: #8C907B;
}
</style>