Shades of Sage #94A770
Tints of Sage #94A770
RGB
CMYK
RGB Variations
Color information
#94A770 (or 0x94A770) is known color: Sage. HEX triplet: 94, A7 and 70. RGB value is (148,167,112). Sum of RGB (Red+Green+Blue) = 148+167+112=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #94A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A770 is #6B588F. Grayscale: #9B9B9B. Windows color (decimal): -7035024 or 7382932. OLE color: 7382932.
HSL color Cylindrical-coordinate representation of color #94A770: hue angle of 80.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A770 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 112 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.35 |
| HSL | 80.73º | 0.24% | 0.55% | - |
| HSV(B) | 80.73º | 0.33% | 0.65% | - |
| XYZ | 28.96 | 35.1 | 20.58 | - |
| YUV | 155.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 112 | 0.11 | 0 | 0.33 | 0.35 | 80.73 | 0.24 | 0.55 |
| Hex | 94 | A7 | 70 | B | 0 | 21 | 23 | 51 | 18 | 37 |
| Octal | 224 | 247 | 160 | 13 | 0 | 41 | 43 | 121 | 30 | 67 |
| Binary | 10010100 | 10100111 | 1110000 | 1011 | 0 | 100001 | 100011 | 1010001 | 11000 | 110111 |
Color Harmonies of #94A770
Complementary color
Monochromatic Colors of #94A770
Black with #94A770
Text Example
Text Example
White with #94A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A770; }
p { color: rgb(148,167,112); }
H1.HeaderClassName
{
color: #94A770;
}
.AnyTagClassName
{
color: #94A770;
}
</style>
background-color css
<style>
a { background-color: #94A770; }
a { background-color: rgb(148,167,112); }
div.DivClassName
{
background-color: #94A770;
}
.BgClassName
{
background-color: #94A770;
}
</style>
border-color css
<style>
span { border-color: #94A770; }
span { border-color: rgb(148,167,112); }
td.TdClassName
{
border-color: #94A770;
}
.TagClassName
{
border-color: #94A770;
}
</style>