Shades of Sage #95A472
Tints of Sage #95A472
RGB
CMYK
RGB Variations
Color information
#95A472 (or 0x95A472) is known color: Sage. HEX triplet: 95, A4 and 72. RGB value is (149,164,114). Sum of RGB (Red+Green+Blue) = 149+164+114=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #95A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A472 is #6A5B8D. Grayscale: #999999. Windows color (decimal): -6970254 or 7513237. OLE color: 7513237.
HSL color Cylindrical-coordinate representation of color #95A472: hue angle of 78º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A472 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 114 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.36 |
| HSL | 78º | 0.22% | 0.55% | - |
| HSV(B) | 78º | 0.3% | 0.64% | - |
| XYZ | 28.71 | 34.16 | 21 | - |
| YUV | 153.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 114 | 0.09 | 0 | 0.30 | 0.36 | 78 | 0.22 | 0.55 |
| Hex | 95 | A4 | 72 | 9 | 0 | 1E | 24 | 4E | 16 | 37 |
| Octal | 225 | 244 | 162 | 11 | 0 | 36 | 44 | 116 | 26 | 67 |
| Binary | 10010101 | 10100100 | 1110010 | 1001 | 0 | 11110 | 100100 | 1001110 | 10110 | 110111 |
Color Harmonies of #95A472
Complementary color
Monochromatic Colors of #95A472
Black with #95A472
Text Example
Text Example
White with #95A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A472; }
p { color: rgb(149,164,114); }
H1.HeaderClassName
{
color: #95A472;
}
.AnyTagClassName
{
color: #95A472;
}
</style>
background-color css
<style>
a { background-color: #95A472; }
a { background-color: rgb(149,164,114); }
div.DivClassName
{
background-color: #95A472;
}
.BgClassName
{
background-color: #95A472;
}
</style>
border-color css
<style>
span { border-color: #95A472; }
span { border-color: rgb(149,164,114); }
td.TdClassName
{
border-color: #95A472;
}
.TagClassName
{
border-color: #95A472;
}
</style>