Shades of Sage #94997F
Tints of Sage #94997F
RGB
CMYK
RGB Variations
Color information
#94997F (or 0x94997F) is known color: Sage. HEX triplet: 94, 99 and 7F. RGB value is (148,153,127). Sum of RGB (Red+Green+Blue) = 148+153+127=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #94997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94997F is #6B6680. Grayscale: #949494. Windows color (decimal): -7038593 or 8362388. OLE color: 8362388.
HSL color Cylindrical-coordinate representation of color #94997F: hue angle of 71.54º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94997F is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 127 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.4 |
| HSL | 71.54º | 0.11% | 0.55% | - |
| HSV(B) | 71.54º | 0.17% | 0.6% | - |
| XYZ | 27.43 | 30.61 | 24.54 | - |
| YUV | 148.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 127 | 0.03 | 0 | 0.17 | 0.4 | 71.54 | 0.11 | 0.55 |
| Hex | 94 | 99 | 7F | 3 | 0 | 11 | 28 | 48 | B | 37 |
| Octal | 224 | 231 | 177 | 3 | 0 | 21 | 50 | 110 | 13 | 67 |
| Binary | 10010100 | 10011001 | 1111111 | 11 | 0 | 10001 | 101000 | 1001000 | 1011 | 110111 |
Color Harmonies of #94997F
Complementary color
Monochromatic Colors of #94997F
Black with #94997F
Text Example
Text Example
White with #94997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94997F; }
p { color: rgb(148,153,127); }
H1.HeaderClassName
{
color: #94997F;
}
.AnyTagClassName
{
color: #94997F;
}
</style>
background-color css
<style>
a { background-color: #94997F; }
a { background-color: rgb(148,153,127); }
div.DivClassName
{
background-color: #94997F;
}
.BgClassName
{
background-color: #94997F;
}
</style>
border-color css
<style>
span { border-color: #94997F; }
span { border-color: rgb(148,153,127); }
td.TdClassName
{
border-color: #94997F;
}
.TagClassName
{
border-color: #94997F;
}
</style>