Shades of Sage #999C77
Tints of Sage #999C77
RGB
CMYK
RGB Variations
Color information
#999C77 (or 0x999C77) is known color: Sage. HEX triplet: 99, 9C and 77. RGB value is (153,156,119). Sum of RGB (Red+Green+Blue) = 153+156+119=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #999C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C77 is #666388. Grayscale: #979797. Windows color (decimal): -6710153 or 7838873. OLE color: 7838873.
HSL color Cylindrical-coordinate representation of color #999C77: hue angle of 64.86º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999C77 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 119 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.39 |
| HSL | 64.86º | 0.16% | 0.54% | - |
| HSV(B) | 64.86º | 0.24% | 0.61% | - |
| XYZ | 28.36 | 31.88 | 22.11 | - |
| YUV | 150.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 119 | 0.02 | 0 | 0.24 | 0.39 | 64.86 | 0.16 | 0.54 |
| Hex | 99 | 9C | 77 | 2 | 0 | 18 | 27 | 41 | 10 | 36 |
| Octal | 231 | 234 | 167 | 2 | 0 | 30 | 47 | 101 | 20 | 66 |
| Binary | 10011001 | 10011100 | 1110111 | 10 | 0 | 11000 | 100111 | 1000001 | 10000 | 110110 |
Color Harmonies of #999C77
Complementary color
Monochromatic Colors of #999C77
Black with #999C77
Text Example
Text Example
White with #999C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C77; }
p { color: rgb(153,156,119); }
H1.HeaderClassName
{
color: #999C77;
}
.AnyTagClassName
{
color: #999C77;
}
</style>
background-color css
<style>
a { background-color: #999C77; }
a { background-color: rgb(153,156,119); }
div.DivClassName
{
background-color: #999C77;
}
.BgClassName
{
background-color: #999C77;
}
</style>
border-color css
<style>
span { border-color: #999C77; }
span { border-color: rgb(153,156,119); }
td.TdClassName
{
border-color: #999C77;
}
.TagClassName
{
border-color: #999C77;
}
</style>