Shades of Sage #94A378
Tints of Sage #94A378
RGB
CMYK
RGB Variations
Color information
#94A378 (or 0x94A378) is known color: Sage. HEX triplet: 94, A3 and 78. RGB value is (148,163,120). Sum of RGB (Red+Green+Blue) = 148+163+120=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #94A378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A378 is #6B5C87. Grayscale: #999999. Windows color (decimal): -7036040 or 7906196. OLE color: 7906196.
HSL color Cylindrical-coordinate representation of color #94A378: hue angle of 80.93º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94A378 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 120 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.36 |
| HSL | 80.93º | 0.19% | 0.55% | - |
| HSV(B) | 80.93º | 0.26% | 0.64% | - |
| XYZ | 28.7 | 33.85 | 22.79 | - |
| YUV | 153.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 120 | 0.09 | 0 | 0.26 | 0.36 | 80.93 | 0.19 | 0.55 |
| Hex | 94 | A3 | 78 | 9 | 0 | 1A | 24 | 51 | 13 | 37 |
| Octal | 224 | 243 | 170 | 11 | 0 | 32 | 44 | 121 | 23 | 67 |
| Binary | 10010100 | 10100011 | 1111000 | 1001 | 0 | 11010 | 100100 | 1010001 | 10011 | 110111 |
Color Harmonies of #94A378
Complementary color
Monochromatic Colors of #94A378
Black with #94A378
Text Example
Text Example
White with #94A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A378; }
p { color: rgb(148,163,120); }
H1.HeaderClassName
{
color: #94A378;
}
.AnyTagClassName
{
color: #94A378;
}
</style>
background-color css
<style>
a { background-color: #94A378; }
a { background-color: rgb(148,163,120); }
div.DivClassName
{
background-color: #94A378;
}
.BgClassName
{
background-color: #94A378;
}
</style>
border-color css
<style>
span { border-color: #94A378; }
span { border-color: rgb(148,163,120); }
td.TdClassName
{
border-color: #94A378;
}
.TagClassName
{
border-color: #94A378;
}
</style>