Shades of Sage #95A479
Tints of Sage #95A479
RGB
CMYK
RGB Variations
Color information
#95A479 (or 0x95A479) is known color: Sage. HEX triplet: 95, A4 and 79. RGB value is (149,164,121). Sum of RGB (Red+Green+Blue) = 149+164+121=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #95A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A479 is #6A5B86. Grayscale: #9A9A9A. Windows color (decimal): -6970247 or 7971989. OLE color: 7971989.
HSL color Cylindrical-coordinate representation of color #95A479: hue angle of 80.93º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95A479 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 121 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.36 |
| HSL | 80.93º | 0.19% | 0.56% | - |
| HSV(B) | 80.93º | 0.26% | 0.64% | - |
| XYZ | 29.12 | 34.32 | 23.18 | - |
| YUV | 154.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 121 | 0.09 | 0 | 0.26 | 0.36 | 80.93 | 0.19 | 0.56 |
| Hex | 95 | A4 | 79 | 9 | 0 | 1A | 24 | 51 | 13 | 38 |
| Octal | 225 | 244 | 171 | 11 | 0 | 32 | 44 | 121 | 23 | 70 |
| Binary | 10010101 | 10100100 | 1111001 | 1001 | 0 | 11010 | 100100 | 1010001 | 10011 | 111000 |
Color Harmonies of #95A479
Complementary color
Monochromatic Colors of #95A479
Black with #95A479
Text Example
Text Example
White with #95A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A479; }
p { color: rgb(149,164,121); }
H1.HeaderClassName
{
color: #95A479;
}
.AnyTagClassName
{
color: #95A479;
}
</style>
background-color css
<style>
a { background-color: #95A479; }
a { background-color: rgb(149,164,121); }
div.DivClassName
{
background-color: #95A479;
}
.BgClassName
{
background-color: #95A479;
}
</style>
border-color css
<style>
span { border-color: #95A479; }
span { border-color: rgb(149,164,121); }
td.TdClassName
{
border-color: #95A479;
}
.TagClassName
{
border-color: #95A479;
}
</style>