Shades of Sage #909C7F
Tints of Sage #909C7F
RGB
CMYK
RGB Variations
Color information
#909C7F (or 0x909C7F) is known color: Sage. HEX triplet: 90, 9C and 7F. RGB value is (144,156,127). Sum of RGB (Red+Green+Blue) = 144+156+127=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #909C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909C7F is #6F6380. Grayscale: #959595. Windows color (decimal): -7299969 or 8363152. OLE color: 8363152.
HSL color Cylindrical-coordinate representation of color #909C7F: hue angle of 84.83º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909C7F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 127 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.39 |
| HSL | 84.83º | 0.13% | 0.55% | - |
| HSV(B) | 84.83º | 0.19% | 0.61% | - |
| XYZ | 27.22 | 31.24 | 24.67 | - |
| YUV | 149.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 127 | 0.08 | 0 | 0.19 | 0.39 | 84.83 | 0.13 | 0.55 |
| Hex | 90 | 9C | 7F | 8 | 0 | 13 | 27 | 55 | D | 37 |
| Octal | 220 | 234 | 177 | 10 | 0 | 23 | 47 | 125 | 15 | 67 |
| Binary | 10010000 | 10011100 | 1111111 | 1000 | 0 | 10011 | 100111 | 1010101 | 1101 | 110111 |
Color Harmonies of #909C7F
Complementary color
Monochromatic Colors of #909C7F
Black with #909C7F
Text Example
Text Example
White with #909C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C7F; }
p { color: rgb(144,156,127); }
H1.HeaderClassName
{
color: #909C7F;
}
.AnyTagClassName
{
color: #909C7F;
}
</style>
background-color css
<style>
a { background-color: #909C7F; }
a { background-color: rgb(144,156,127); }
div.DivClassName
{
background-color: #909C7F;
}
.BgClassName
{
background-color: #909C7F;
}
</style>
border-color css
<style>
span { border-color: #909C7F; }
span { border-color: rgb(144,156,127); }
td.TdClassName
{
border-color: #909C7F;
}
.TagClassName
{
border-color: #909C7F;
}
</style>