Shades of Sage #9AA374
Tints of Sage #9AA374
RGB
CMYK
RGB Variations
Color information
#9AA374 (or 0x9AA374) is known color: Sage. HEX triplet: 9A, A3 and 74. RGB value is (154,163,116). Sum of RGB (Red+Green+Blue) = 154+163+116=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA374 is #655C8B. Grayscale: #9B9B9B. Windows color (decimal): -6642828 or 7644058. OLE color: 7644058.
HSL color Cylindrical-coordinate representation of color #9AA374: hue angle of 71.49º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA374 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 116 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.36 |
| HSL | 71.49º | 0.2% | 0.55% | - |
| HSV(B) | 71.49º | 0.29% | 0.64% | - |
| XYZ | 29.58 | 34.33 | 21.59 | - |
| YUV | 154.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 116 | 0.06 | 0 | 0.29 | 0.36 | 71.49 | 0.2 | 0.55 |
| Hex | 9A | A3 | 74 | 6 | 0 | 1D | 24 | 47 | 14 | 37 |
| Octal | 232 | 243 | 164 | 6 | 0 | 35 | 44 | 107 | 24 | 67 |
| Binary | 10011010 | 10100011 | 1110100 | 110 | 0 | 11101 | 100100 | 1000111 | 10100 | 110111 |
Color Harmonies of #9AA374
Complementary color
Monochromatic Colors of #9AA374
Black with #9AA374
Text Example
Text Example
White with #9AA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA374; }
p { color: rgb(154,163,116); }
H1.HeaderClassName
{
color: #9AA374;
}
.AnyTagClassName
{
color: #9AA374;
}
</style>
background-color css
<style>
a { background-color: #9AA374; }
a { background-color: rgb(154,163,116); }
div.DivClassName
{
background-color: #9AA374;
}
.BgClassName
{
background-color: #9AA374;
}
</style>
border-color css
<style>
span { border-color: #9AA374; }
span { border-color: rgb(154,163,116); }
td.TdClassName
{
border-color: #9AA374;
}
.TagClassName
{
border-color: #9AA374;
}
</style>