Shades of Sage #94A370
Tints of Sage #94A370
RGB
CMYK
RGB Variations
Color information
#94A370 (or 0x94A370) is known color: Sage. HEX triplet: 94, A3 and 70. RGB value is (148,163,112). Sum of RGB (Red+Green+Blue) = 148+163+112=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #94A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A370 is #6B5C8F. Grayscale: #989898. Windows color (decimal): -7036048 or 7381908. OLE color: 7381908.
HSL color Cylindrical-coordinate representation of color #94A370: hue angle of 77.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A370 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 112 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.36 |
| HSL | 77.65º | 0.22% | 0.54% | - |
| HSV(B) | 77.65º | 0.31% | 0.64% | - |
| XYZ | 28.23 | 33.66 | 20.34 | - |
| YUV | 152.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 112 | 0.09 | 0 | 0.31 | 0.36 | 77.65 | 0.22 | 0.54 |
| Hex | 94 | A3 | 70 | 9 | 0 | 1F | 24 | 4E | 16 | 36 |
| Octal | 224 | 243 | 160 | 11 | 0 | 37 | 44 | 116 | 26 | 66 |
| Binary | 10010100 | 10100011 | 1110000 | 1001 | 0 | 11111 | 100100 | 1001110 | 10110 | 110110 |
Color Harmonies of #94A370
Complementary color
Monochromatic Colors of #94A370
Black with #94A370
Text Example
Text Example
White with #94A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A370; }
p { color: rgb(148,163,112); }
H1.HeaderClassName
{
color: #94A370;
}
.AnyTagClassName
{
color: #94A370;
}
</style>
background-color css
<style>
a { background-color: #94A370; }
a { background-color: rgb(148,163,112); }
div.DivClassName
{
background-color: #94A370;
}
.BgClassName
{
background-color: #94A370;
}
</style>
border-color css
<style>
span { border-color: #94A370; }
span { border-color: rgb(148,163,112); }
td.TdClassName
{
border-color: #94A370;
}
.TagClassName
{
border-color: #94A370;
}
</style>