Shades of Sage #99A778
Tints of Sage #99A778
RGB
CMYK
RGB Variations
Color information
#99A778 (or 0x99A778) is known color: Sage. HEX triplet: 99, A7 and 78. RGB value is (153,167,120). Sum of RGB (Red+Green+Blue) = 153+167+120=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #99A778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A778 is #665887. Grayscale: #9D9D9D. Windows color (decimal): -6707336 or 7907225. OLE color: 7907225.
HSL color Cylindrical-coordinate representation of color #99A778: hue angle of 77.87º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A778 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 120 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.35 |
| HSL | 77.87º | 0.21% | 0.56% | - |
| HSV(B) | 77.87º | 0.28% | 0.65% | - |
| XYZ | 30.35 | 35.77 | 23.07 | - |
| YUV | 157.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 120 | 0.08 | 0 | 0.28 | 0.35 | 77.87 | 0.21 | 0.56 |
| Hex | 99 | A7 | 78 | 8 | 0 | 1C | 23 | 4E | 15 | 38 |
| Octal | 231 | 247 | 170 | 10 | 0 | 34 | 43 | 116 | 25 | 70 |
| Binary | 10011001 | 10100111 | 1111000 | 1000 | 0 | 11100 | 100011 | 1001110 | 10101 | 111000 |
Color Harmonies of #99A778
Complementary color
Monochromatic Colors of #99A778
Black with #99A778
Text Example
Text Example
White with #99A778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A778; }
p { color: rgb(153,167,120); }
H1.HeaderClassName
{
color: #99A778;
}
.AnyTagClassName
{
color: #99A778;
}
</style>
background-color css
<style>
a { background-color: #99A778; }
a { background-color: rgb(153,167,120); }
div.DivClassName
{
background-color: #99A778;
}
.BgClassName
{
background-color: #99A778;
}
</style>
border-color css
<style>
span { border-color: #99A778; }
span { border-color: rgb(153,167,120); }
td.TdClassName
{
border-color: #99A778;
}
.TagClassName
{
border-color: #99A778;
}
</style>