Shades of Sage #9AA575
Tints of Sage #9AA575
RGB
CMYK
RGB Variations
Color information
#9AA575 (or 0x9AA575) is known color: Sage. HEX triplet: 9A, A5 and 75. RGB value is (154,165,117). Sum of RGB (Red+Green+Blue) = 154+165+117=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA575 is #655A8A. Grayscale: #9C9C9C. Windows color (decimal): -6642315 or 7710106. OLE color: 7710106.
HSL color Cylindrical-coordinate representation of color #9AA575: hue angle of 73.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA575 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 117 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.35 |
| HSL | 73.75º | 0.21% | 0.55% | - |
| HSV(B) | 73.75º | 0.29% | 0.65% | - |
| XYZ | 29.99 | 35.06 | 22.02 | - |
| YUV | 156.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 117 | 0.07 | 0 | 0.29 | 0.35 | 73.75 | 0.21 | 0.55 |
| Hex | 9A | A5 | 75 | 7 | 0 | 1D | 23 | 4A | 15 | 37 |
| Octal | 232 | 245 | 165 | 7 | 0 | 35 | 43 | 112 | 25 | 67 |
| Binary | 10011010 | 10100101 | 1110101 | 111 | 0 | 11101 | 100011 | 1001010 | 10101 | 110111 |
Color Harmonies of #9AA575
Complementary color
Monochromatic Colors of #9AA575
Black with #9AA575
Text Example
Text Example
White with #9AA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA575; }
p { color: rgb(154,165,117); }
H1.HeaderClassName
{
color: #9AA575;
}
.AnyTagClassName
{
color: #9AA575;
}
</style>
background-color css
<style>
a { background-color: #9AA575; }
a { background-color: rgb(154,165,117); }
div.DivClassName
{
background-color: #9AA575;
}
.BgClassName
{
background-color: #9AA575;
}
</style>
border-color css
<style>
span { border-color: #9AA575; }
span { border-color: rgb(154,165,117); }
td.TdClassName
{
border-color: #9AA575;
}
.TagClassName
{
border-color: #9AA575;
}
</style>