Shades of Sage #909C75
Tints of Sage #909C75
RGB
CMYK
RGB Variations
Color information
#909C75 (or 0x909C75) is known color: Sage. HEX triplet: 90, 9C and 75. RGB value is (144,156,117). Sum of RGB (Red+Green+Blue) = 144+156+117=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #909C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909C75 is #6F638A. Grayscale: #949494. Windows color (decimal): -7299979 or 7707792. OLE color: 7707792.
HSL color Cylindrical-coordinate representation of color #909C75: hue angle of 78.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909C75 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 117 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.39 |
| HSL | 78.46º | 0.16% | 0.54% | - |
| HSV(B) | 78.46º | 0.25% | 0.61% | - |
| XYZ | 26.6 | 30.99 | 21.41 | - |
| YUV | 147.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 117 | 0.08 | 0 | 0.25 | 0.39 | 78.46 | 0.16 | 0.54 |
| Hex | 90 | 9C | 75 | 8 | 0 | 19 | 27 | 4E | 10 | 36 |
| Octal | 220 | 234 | 165 | 10 | 0 | 31 | 47 | 116 | 20 | 66 |
| Binary | 10010000 | 10011100 | 1110101 | 1000 | 0 | 11001 | 100111 | 1001110 | 10000 | 110110 |
Color Harmonies of #909C75
Complementary color
Monochromatic Colors of #909C75
Black with #909C75
Text Example
Text Example
White with #909C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C75; }
p { color: rgb(144,156,117); }
H1.HeaderClassName
{
color: #909C75;
}
.AnyTagClassName
{
color: #909C75;
}
</style>
background-color css
<style>
a { background-color: #909C75; }
a { background-color: rgb(144,156,117); }
div.DivClassName
{
background-color: #909C75;
}
.BgClassName
{
background-color: #909C75;
}
</style>
border-color css
<style>
span { border-color: #909C75; }
span { border-color: rgb(144,156,117); }
td.TdClassName
{
border-color: #909C75;
}
.TagClassName
{
border-color: #909C75;
}
</style>