Shades of Sage #9CA275
Tints of Sage #9CA275
RGB
CMYK
RGB Variations
Color information
#9CA275 (or 0x9CA275) is known color: Sage. HEX triplet: 9C, A2 and 75. RGB value is (156,162,117). Sum of RGB (Red+Green+Blue) = 156+162+117=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA275 is #635D8A. Grayscale: #9B9B9B. Windows color (decimal): -6512011 or 7709340. OLE color: 7709340.
HSL color Cylindrical-coordinate representation of color #9CA275: hue angle of 68º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CA275 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 117 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.36 |
| HSL | 68º | 0.19% | 0.55% | - |
| HSV(B) | 68º | 0.28% | 0.64% | - |
| XYZ | 29.84 | 34.19 | 21.86 | - |
| YUV | 155.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 117 | 0.04 | 0 | 0.28 | 0.36 | 68 | 0.19 | 0.55 |
| Hex | 9C | A2 | 75 | 4 | 0 | 1C | 24 | 44 | 13 | 37 |
| Octal | 234 | 242 | 165 | 4 | 0 | 34 | 44 | 104 | 23 | 67 |
| Binary | 10011100 | 10100010 | 1110101 | 100 | 0 | 11100 | 100100 | 1000100 | 10011 | 110111 |
Color Harmonies of #9CA275
Complementary color
Monochromatic Colors of #9CA275
Black with #9CA275
Text Example
Text Example
White with #9CA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA275; }
p { color: rgb(156,162,117); }
H1.HeaderClassName
{
color: #9CA275;
}
.AnyTagClassName
{
color: #9CA275;
}
</style>
background-color css
<style>
a { background-color: #9CA275; }
a { background-color: rgb(156,162,117); }
div.DivClassName
{
background-color: #9CA275;
}
.BgClassName
{
background-color: #9CA275;
}
</style>
border-color css
<style>
span { border-color: #9CA275; }
span { border-color: rgb(156,162,117); }
td.TdClassName
{
border-color: #9CA275;
}
.TagClassName
{
border-color: #9CA275;
}
</style>