Shades of Sage #909A7F
Tints of Sage #909A7F
RGB
CMYK
RGB Variations
Color information
#909A7F (or 0x909A7F) is known color: Sage. HEX triplet: 90, 9A and 7F. RGB value is (144,154,127). Sum of RGB (Red+Green+Blue) = 144+154+127=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 154 - color contains mainly: green. Hex color #909A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A7F is #6F6580. Grayscale: #949494. Windows color (decimal): -7300481 or 8362640. OLE color: 8362640.
HSL color Cylindrical-coordinate representation of color #909A7F: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909A7F is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 127 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.40 |
| HSL | 82.22º | 0.12% | 0.55% | - |
| HSV(B) | 82.22º | 0.18% | 0.6% | - |
| XYZ | 26.89 | 30.57 | 24.56 | - |
| YUV | 147.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 127 | 0.06 | 0 | 0.18 | 0.40 | 82.22 | 0.12 | 0.55 |
| Hex | 90 | 9A | 7F | 6 | 0 | 12 | 28 | 52 | C | 37 |
| Octal | 220 | 232 | 177 | 6 | 0 | 22 | 50 | 122 | 14 | 67 |
| Binary | 10010000 | 10011010 | 1111111 | 110 | 0 | 10010 | 101000 | 1010010 | 1100 | 110111 |
Color Harmonies of #909A7F
Complementary color
Monochromatic Colors of #909A7F
Black with #909A7F
Text Example
Text Example
White with #909A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A7F; }
p { color: rgb(144,154,127); }
H1.HeaderClassName
{
color: #909A7F;
}
.AnyTagClassName
{
color: #909A7F;
}
</style>
background-color css
<style>
a { background-color: #909A7F; }
a { background-color: rgb(144,154,127); }
div.DivClassName
{
background-color: #909A7F;
}
.BgClassName
{
background-color: #909A7F;
}
</style>
border-color css
<style>
span { border-color: #909A7F; }
span { border-color: rgb(144,154,127); }
td.TdClassName
{
border-color: #909A7F;
}
.TagClassName
{
border-color: #909A7F;
}
</style>