Shades of Sage #97A378
Tints of Sage #97A378
RGB
CMYK
RGB Variations
Color information
#97A378 (or 0x97A378) is known color: Sage. HEX triplet: 97, A3 and 78. RGB value is (151,163,120). Sum of RGB (Red+Green+Blue) = 151+163+120=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #97A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A378 is #685C87. Grayscale: #9A9A9A. Windows color (decimal): -6839432 or 7906199. OLE color: 7906199.
HSL color Cylindrical-coordinate representation of color #97A378: hue angle of 76.74º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97A378 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 120 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.36 |
| HSL | 76.74º | 0.19% | 0.55% | - |
| HSV(B) | 76.74º | 0.26% | 0.64% | - |
| XYZ | 29.25 | 34.13 | 22.82 | - |
| YUV | 154.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 120 | 0.07 | 0 | 0.26 | 0.36 | 76.74 | 0.19 | 0.55 |
| Hex | 97 | A3 | 78 | 7 | 0 | 1A | 24 | 4D | 13 | 37 |
| Octal | 227 | 243 | 170 | 7 | 0 | 32 | 44 | 115 | 23 | 67 |
| Binary | 10010111 | 10100011 | 1111000 | 111 | 0 | 11010 | 100100 | 1001101 | 10011 | 110111 |
Color Harmonies of #97A378
Complementary color
Monochromatic Colors of #97A378
Black with #97A378
Text Example
Text Example
White with #97A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A378; }
p { color: rgb(151,163,120); }
H1.HeaderClassName
{
color: #97A378;
}
.AnyTagClassName
{
color: #97A378;
}
</style>
background-color css
<style>
a { background-color: #97A378; }
a { background-color: rgb(151,163,120); }
div.DivClassName
{
background-color: #97A378;
}
.BgClassName
{
background-color: #97A378;
}
</style>
border-color css
<style>
span { border-color: #97A378; }
span { border-color: rgb(151,163,120); }
td.TdClassName
{
border-color: #97A378;
}
.TagClassName
{
border-color: #97A378;
}
</style>