Shades of Sage #95A370
Tints of Sage #95A370
RGB
CMYK
RGB Variations
Color information
#95A370 (or 0x95A370) is known color: Sage. HEX triplet: 95, A3 and 70. RGB value is (149,163,112). Sum of RGB (Red+Green+Blue) = 149+163+112=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #95A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A370 is #6A5C8F. Grayscale: #999999. Windows color (decimal): -6970512 or 7381909. OLE color: 7381909.
HSL color Cylindrical-coordinate representation of color #95A370: hue angle of 76.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A370 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 163 | 112 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.36 |
| HSL | 76.47º | 0.22% | 0.54% | - |
| HSV(B) | 76.47º | 0.31% | 0.64% | - |
| XYZ | 28.42 | 33.75 | 20.35 | - |
| YUV | 153 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 112 | 0.09 | 0 | 0.31 | 0.36 | 76.47 | 0.22 | 0.54 |
| Hex | 95 | A3 | 70 | 9 | 0 | 1F | 24 | 4C | 16 | 36 |
| Octal | 225 | 243 | 160 | 11 | 0 | 37 | 44 | 114 | 26 | 66 |
| Binary | 10010101 | 10100011 | 1110000 | 1001 | 0 | 11111 | 100100 | 1001100 | 10110 | 110110 |
Color Harmonies of #95A370
Complementary color
Monochromatic Colors of #95A370
Black with #95A370
Text Example
Text Example
White with #95A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A370; }
p { color: rgb(149,163,112); }
H1.HeaderClassName
{
color: #95A370;
}
.AnyTagClassName
{
color: #95A370;
}
</style>
background-color css
<style>
a { background-color: #95A370; }
a { background-color: rgb(149,163,112); }
div.DivClassName
{
background-color: #95A370;
}
.BgClassName
{
background-color: #95A370;
}
</style>
border-color css
<style>
span { border-color: #95A370; }
span { border-color: rgb(149,163,112); }
td.TdClassName
{
border-color: #95A370;
}
.TagClassName
{
border-color: #95A370;
}
</style>