Shades of Sage #94A07B
Tints of Sage #94A07B
RGB
CMYK
RGB Variations
Color information
#94A07B (or 0x94A07B) is known color: Sage. HEX triplet: 94, A0 and 7B. RGB value is (148,160,123). Sum of RGB (Red+Green+Blue) = 148+160+123=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #94A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A07B is #6B5F84. Grayscale: #989898. Windows color (decimal): -7036805 or 8102036. OLE color: 8102036.
HSL color Cylindrical-coordinate representation of color #94A07B: hue angle of 79.46º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A07B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 123 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.37 |
| HSL | 79.46º | 0.16% | 0.55% | - |
| HSV(B) | 79.46º | 0.23% | 0.63% | - |
| XYZ | 28.36 | 32.87 | 23.59 | - |
| YUV | 152.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 123 | 0.07 | 0 | 0.23 | 0.37 | 79.46 | 0.16 | 0.55 |
| Hex | 94 | A0 | 7B | 7 | 0 | 17 | 25 | 4F | 10 | 37 |
| Octal | 224 | 240 | 173 | 7 | 0 | 27 | 45 | 117 | 20 | 67 |
| Binary | 10010100 | 10100000 | 1111011 | 111 | 0 | 10111 | 100101 | 1001111 | 10000 | 110111 |
Color Harmonies of #94A07B
Complementary color
Monochromatic Colors of #94A07B
Black with #94A07B
Text Example
Text Example
White with #94A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A07B; }
p { color: rgb(148,160,123); }
H1.HeaderClassName
{
color: #94A07B;
}
.AnyTagClassName
{
color: #94A07B;
}
</style>
background-color css
<style>
a { background-color: #94A07B; }
a { background-color: rgb(148,160,123); }
div.DivClassName
{
background-color: #94A07B;
}
.BgClassName
{
background-color: #94A07B;
}
</style>
border-color css
<style>
span { border-color: #94A07B; }
span { border-color: rgb(148,160,123); }
td.TdClassName
{
border-color: #94A07B;
}
.TagClassName
{
border-color: #94A07B;
}
</style>