Shades of Sage #909C7D
Tints of Sage #909C7D
RGB
CMYK
RGB Variations
Color information
#909C7D (or 0x909C7D) is known color: Sage. HEX triplet: 90, 9C and 7D. RGB value is (144,156,125). Sum of RGB (Red+Green+Blue) = 144+156+125=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #909C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909C7D is #6F6382. Grayscale: #949494. Windows color (decimal): -7299971 or 8232080. OLE color: 8232080.
HSL color Cylindrical-coordinate representation of color #909C7D: hue angle of 83.23º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909C7D is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 125 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.39 |
| HSL | 83.23º | 0.14% | 0.55% | - |
| HSV(B) | 83.23º | 0.2% | 0.61% | - |
| XYZ | 27.09 | 31.19 | 23.99 | - |
| YUV | 148.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 125 | 0.08 | 0 | 0.20 | 0.39 | 83.23 | 0.14 | 0.55 |
| Hex | 90 | 9C | 7D | 8 | 0 | 14 | 27 | 53 | E | 37 |
| Octal | 220 | 234 | 175 | 10 | 0 | 24 | 47 | 123 | 16 | 67 |
| Binary | 10010000 | 10011100 | 1111101 | 1000 | 0 | 10100 | 100111 | 1010011 | 1110 | 110111 |
Color Harmonies of #909C7D
Complementary color
Monochromatic Colors of #909C7D
Black with #909C7D
Text Example
Text Example
White with #909C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C7D; }
p { color: rgb(144,156,125); }
H1.HeaderClassName
{
color: #909C7D;
}
.AnyTagClassName
{
color: #909C7D;
}
</style>
background-color css
<style>
a { background-color: #909C7D; }
a { background-color: rgb(144,156,125); }
div.DivClassName
{
background-color: #909C7D;
}
.BgClassName
{
background-color: #909C7D;
}
</style>
border-color css
<style>
span { border-color: #909C7D; }
span { border-color: rgb(144,156,125); }
td.TdClassName
{
border-color: #909C7D;
}
.TagClassName
{
border-color: #909C7D;
}
</style>