Shades of Sage #95A16F
Tints of Sage #95A16F
RGB
CMYK
RGB Variations
Color information
#95A16F (or 0x95A16F) is known color: Sage. HEX triplet: 95, A1 and 6F. RGB value is (149,161,111). Sum of RGB (Red+Green+Blue) = 149+161+111=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #95A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A16F is #6A5E90. Grayscale: #979797. Windows color (decimal): -6971025 or 7315861. OLE color: 7315861.
HSL color Cylindrical-coordinate representation of color #95A16F: hue angle of 74.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A16F is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 111 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.37 |
| HSL | 74.4º | 0.21% | 0.53% | - |
| HSV(B) | 74.4º | 0.31% | 0.63% | - |
| XYZ | 28.01 | 33.03 | 19.94 | - |
| YUV | 151.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 111 | 0.07 | 0 | 0.31 | 0.37 | 74.4 | 0.21 | 0.53 |
| Hex | 95 | A1 | 6F | 7 | 0 | 1F | 25 | 4A | 15 | 35 |
| Octal | 225 | 241 | 157 | 7 | 0 | 37 | 45 | 112 | 25 | 65 |
| Binary | 10010101 | 10100001 | 1101111 | 111 | 0 | 11111 | 100101 | 1001010 | 10101 | 110101 |
Color Harmonies of #95A16F
Complementary color
Monochromatic Colors of #95A16F
Black with #95A16F
Text Example
Text Example
White with #95A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A16F; }
p { color: rgb(149,161,111); }
H1.HeaderClassName
{
color: #95A16F;
}
.AnyTagClassName
{
color: #95A16F;
}
</style>
background-color css
<style>
a { background-color: #95A16F; }
a { background-color: rgb(149,161,111); }
div.DivClassName
{
background-color: #95A16F;
}
.BgClassName
{
background-color: #95A16F;
}
</style>
border-color css
<style>
span { border-color: #95A16F; }
span { border-color: rgb(149,161,111); }
td.TdClassName
{
border-color: #95A16F;
}
.TagClassName
{
border-color: #95A16F;
}
</style>