Shades of Sage #949B7F
Tints of Sage #949B7F
RGB
CMYK
RGB Variations
Color information
#949B7F (or 0x949B7F) is known color: Sage. HEX triplet: 94, 9B and 7F. RGB value is (148,155,127). Sum of RGB (Red+Green+Blue) = 148+155+127=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #949B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B7F is #6B6480. Grayscale: #959595. Windows color (decimal): -7038081 or 8362900. OLE color: 8362900.
HSL color Cylindrical-coordinate representation of color #949B7F: hue angle of 75º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949B7F is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 127 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.39 |
| HSL | 75º | 0.12% | 0.55% | - |
| HSV(B) | 75º | 0.18% | 0.61% | - |
| XYZ | 27.76 | 31.27 | 24.65 | - |
| YUV | 149.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 127 | 0.05 | 0 | 0.18 | 0.39 | 75 | 0.12 | 0.55 |
| Hex | 94 | 9B | 7F | 5 | 0 | 12 | 27 | 4B | C | 37 |
| Octal | 224 | 233 | 177 | 5 | 0 | 22 | 47 | 113 | 14 | 67 |
| Binary | 10010100 | 10011011 | 1111111 | 101 | 0 | 10010 | 100111 | 1001011 | 1100 | 110111 |
Color Harmonies of #949B7F
Complementary color
Monochromatic Colors of #949B7F
Black with #949B7F
Text Example
Text Example
White with #949B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B7F; }
p { color: rgb(148,155,127); }
H1.HeaderClassName
{
color: #949B7F;
}
.AnyTagClassName
{
color: #949B7F;
}
</style>
background-color css
<style>
a { background-color: #949B7F; }
a { background-color: rgb(148,155,127); }
div.DivClassName
{
background-color: #949B7F;
}
.BgClassName
{
background-color: #949B7F;
}
</style>
border-color css
<style>
span { border-color: #949B7F; }
span { border-color: rgb(148,155,127); }
td.TdClassName
{
border-color: #949B7F;
}
.TagClassName
{
border-color: #949B7F;
}
</style>