Shades of Sage #95997B
Tints of Sage #95997B
RGB
CMYK
RGB Variations
Color information
#95997B (or 0x95997B) is known color: Sage. HEX triplet: 95, 99 and 7B. RGB value is (149,153,123). Sum of RGB (Red+Green+Blue) = 149+153+123=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #95997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95997B is #6A6684. Grayscale: #949494. Windows color (decimal): -6973061 or 8100245. OLE color: 8100245.
HSL color Cylindrical-coordinate representation of color #95997B: hue angle of 68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95997B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 123 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.4 |
| HSL | 68º | 0.13% | 0.54% | - |
| HSV(B) | 68º | 0.2% | 0.6% | - |
| XYZ | 27.36 | 30.6 | 23.2 | - |
| YUV | 148.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 123 | 0.03 | 0 | 0.20 | 0.4 | 68 | 0.13 | 0.54 |
| Hex | 95 | 99 | 7B | 3 | 0 | 14 | 28 | 44 | D | 36 |
| Octal | 225 | 231 | 173 | 3 | 0 | 24 | 50 | 104 | 15 | 66 |
| Binary | 10010101 | 10011001 | 1111011 | 11 | 0 | 10100 | 101000 | 1000100 | 1101 | 110110 |
Color Harmonies of #95997B
Complementary color
Monochromatic Colors of #95997B
Black with #95997B
Text Example
Text Example
White with #95997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95997B; }
p { color: rgb(149,153,123); }
H1.HeaderClassName
{
color: #95997B;
}
.AnyTagClassName
{
color: #95997B;
}
</style>
background-color css
<style>
a { background-color: #95997B; }
a { background-color: rgb(149,153,123); }
div.DivClassName
{
background-color: #95997B;
}
.BgClassName
{
background-color: #95997B;
}
</style>
border-color css
<style>
span { border-color: #95997B; }
span { border-color: rgb(149,153,123); }
td.TdClassName
{
border-color: #95997B;
}
.TagClassName
{
border-color: #95997B;
}
</style>