Shades of Sage #999C78
Tints of Sage #999C78
RGB
CMYK
RGB Variations
Color information
#999C78 (or 0x999C78) is known color: Sage. HEX triplet: 99, 9C and 78. RGB value is (153,156,120). Sum of RGB (Red+Green+Blue) = 153+156+120=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #999C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C78 is #666387. Grayscale: #979797. Windows color (decimal): -6710152 or 7904409. OLE color: 7904409.
HSL color Cylindrical-coordinate representation of color #999C78: hue angle of 65º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999C78 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 120 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.39 |
| HSL | 65º | 0.15% | 0.54% | - |
| HSV(B) | 65º | 0.23% | 0.61% | - |
| XYZ | 28.42 | 31.91 | 22.43 | - |
| YUV | 151 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 120 | 0.02 | 0 | 0.23 | 0.39 | 65 | 0.15 | 0.54 |
| Hex | 99 | 9C | 78 | 2 | 0 | 17 | 27 | 41 | F | 36 |
| Octal | 231 | 234 | 170 | 2 | 0 | 27 | 47 | 101 | 17 | 66 |
| Binary | 10011001 | 10011100 | 1111000 | 10 | 0 | 10111 | 100111 | 1000001 | 1111 | 110110 |
Color Harmonies of #999C78
Complementary color
Monochromatic Colors of #999C78
Black with #999C78
Text Example
Text Example
White with #999C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C78; }
p { color: rgb(153,156,120); }
H1.HeaderClassName
{
color: #999C78;
}
.AnyTagClassName
{
color: #999C78;
}
</style>
background-color css
<style>
a { background-color: #999C78; }
a { background-color: rgb(153,156,120); }
div.DivClassName
{
background-color: #999C78;
}
.BgClassName
{
background-color: #999C78;
}
</style>
border-color css
<style>
span { border-color: #999C78; }
span { border-color: rgb(153,156,120); }
td.TdClassName
{
border-color: #999C78;
}
.TagClassName
{
border-color: #999C78;
}
</style>