Shades of Sage #97A380
Tints of Sage #97A380
RGB
CMYK
RGB Variations
Color information
#97A380 (or 0x97A380) is known color: Sage. HEX triplet: 97, A3 and 80. RGB value is (151,163,128). Sum of RGB (Red+Green+Blue) = 151+163+128=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #97A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A380 is #685C7F. Grayscale: #9B9B9B. Windows color (decimal): -6839424 or 8430487. OLE color: 8430487.
HSL color Cylindrical-coordinate representation of color #97A380: hue angle of 80.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97A380 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 128 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.36 |
| HSL | 80.57º | 0.16% | 0.57% | - |
| HSV(B) | 80.57º | 0.21% | 0.64% | - |
| XYZ | 29.76 | 34.33 | 25.48 | - |
| YUV | 155.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 128 | 0.07 | 0 | 0.21 | 0.36 | 80.57 | 0.16 | 0.57 |
| Hex | 97 | A3 | 80 | 7 | 0 | 15 | 24 | 51 | 10 | 39 |
| Octal | 227 | 243 | 200 | 7 | 0 | 25 | 44 | 121 | 20 | 71 |
| Binary | 10010111 | 10100011 | 10000000 | 111 | 0 | 10101 | 100100 | 1010001 | 10000 | 111001 |
Color Harmonies of #97A380
Complementary color
Monochromatic Colors of #97A380
Black with #97A380
Text Example
Text Example
White with #97A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A380; }
p { color: rgb(151,163,128); }
H1.HeaderClassName
{
color: #97A380;
}
.AnyTagClassName
{
color: #97A380;
}
</style>
background-color css
<style>
a { background-color: #97A380; }
a { background-color: rgb(151,163,128); }
div.DivClassName
{
background-color: #97A380;
}
.BgClassName
{
background-color: #97A380;
}
</style>
border-color css
<style>
span { border-color: #97A380; }
span { border-color: rgb(151,163,128); }
td.TdClassName
{
border-color: #97A380;
}
.TagClassName
{
border-color: #97A380;
}
</style>