Shades of Sage #9AAB75
Tints of Sage #9AAB75
RGB
CMYK
RGB Variations
Color information
#9AAB75 (or 0x9AAB75) is known color: Sage. HEX triplet: 9A, AB and 75. RGB value is (154,171,117). Sum of RGB (Red+Green+Blue) = 154+171+117=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB75 is #65548A. Grayscale: #9F9F9F. Windows color (decimal): -6640779 or 7711642. OLE color: 7711642.
HSL color Cylindrical-coordinate representation of color #9AAB75: hue angle of 78.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AAB75 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 117 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.33 |
| HSL | 78.89º | 0.24% | 0.56% | - |
| HSV(B) | 78.89º | 0.32% | 0.67% | - |
| XYZ | 31.1 | 37.28 | 22.39 | - |
| YUV | 159.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 117 | 0.10 | 0 | 0.32 | 0.33 | 78.89 | 0.24 | 0.56 |
| Hex | 9A | AB | 75 | A | 0 | 20 | 21 | 4F | 18 | 38 |
| Octal | 232 | 253 | 165 | 12 | 0 | 40 | 41 | 117 | 30 | 70 |
| Binary | 10011010 | 10101011 | 1110101 | 1010 | 0 | 100000 | 100001 | 1001111 | 11000 | 111000 |
Color Harmonies of #9AAB75
Complementary color
Monochromatic Colors of #9AAB75
Black with #9AAB75
Text Example
Text Example
White with #9AAB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB75; }
p { color: rgb(154,171,117); }
H1.HeaderClassName
{
color: #9AAB75;
}
.AnyTagClassName
{
color: #9AAB75;
}
</style>
background-color css
<style>
a { background-color: #9AAB75; }
a { background-color: rgb(154,171,117); }
div.DivClassName
{
background-color: #9AAB75;
}
.BgClassName
{
background-color: #9AAB75;
}
</style>
border-color css
<style>
span { border-color: #9AAB75; }
span { border-color: rgb(154,171,117); }
td.TdClassName
{
border-color: #9AAB75;
}
.TagClassName
{
border-color: #9AAB75;
}
</style>