Shades of Sage #959D7A
Tints of Sage #959D7A
RGB
CMYK
RGB Variations
Color information
#959D7A (or 0x959D7A) is known color: Sage. HEX triplet: 95, 9D and 7A. RGB value is (149,157,122). Sum of RGB (Red+Green+Blue) = 149+157+122=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #959D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D7A is #6A6285. Grayscale: #969696. Windows color (decimal): -6972038 or 8035733. OLE color: 8035733.
HSL color Cylindrical-coordinate representation of color #959D7A: hue angle of 73.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959D7A is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 122 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.38 |
| HSL | 73.71º | 0.15% | 0.55% | - |
| HSV(B) | 73.71º | 0.22% | 0.62% | - |
| XYZ | 27.96 | 31.91 | 23.1 | - |
| YUV | 150.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 122 | 0.05 | 0 | 0.22 | 0.38 | 73.71 | 0.15 | 0.55 |
| Hex | 95 | 9D | 7A | 5 | 0 | 16 | 26 | 4A | F | 37 |
| Octal | 225 | 235 | 172 | 5 | 0 | 26 | 46 | 112 | 17 | 67 |
| Binary | 10010101 | 10011101 | 1111010 | 101 | 0 | 10110 | 100110 | 1001010 | 1111 | 110111 |
Color Harmonies of #959D7A
Complementary color
Monochromatic Colors of #959D7A
Black with #959D7A
Text Example
Text Example
White with #959D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D7A; }
p { color: rgb(149,157,122); }
H1.HeaderClassName
{
color: #959D7A;
}
.AnyTagClassName
{
color: #959D7A;
}
</style>
background-color css
<style>
a { background-color: #959D7A; }
a { background-color: rgb(149,157,122); }
div.DivClassName
{
background-color: #959D7A;
}
.BgClassName
{
background-color: #959D7A;
}
</style>
border-color css
<style>
span { border-color: #959D7A; }
span { border-color: rgb(149,157,122); }
td.TdClassName
{
border-color: #959D7A;
}
.TagClassName
{
border-color: #959D7A;
}
</style>