Shades of Sage #94A082
Tints of Sage #94A082
RGB
CMYK
RGB Variations
Color information
#94A082 (or 0x94A082) is known color: Sage. HEX triplet: 94, A0 and 82. RGB value is (148,160,130). Sum of RGB (Red+Green+Blue) = 148+160+130=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #94A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A082 is #6B5F7D. Grayscale: #999999. Windows color (decimal): -7036798 or 8560788. OLE color: 8560788.
HSL color Cylindrical-coordinate representation of color #94A082: hue angle of 84º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94A082 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 130 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.37 |
| HSL | 84º | 0.14% | 0.57% | - |
| HSV(B) | 84º | 0.19% | 0.63% | - |
| XYZ | 28.81 | 33.05 | 25.98 | - |
| YUV | 152.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 130 | 0.07 | 0 | 0.19 | 0.37 | 84 | 0.14 | 0.57 |
| Hex | 94 | A0 | 82 | 7 | 0 | 13 | 25 | 54 | E | 39 |
| Octal | 224 | 240 | 202 | 7 | 0 | 23 | 45 | 124 | 16 | 71 |
| Binary | 10010100 | 10100000 | 10000010 | 111 | 0 | 10011 | 100101 | 1010100 | 1110 | 111001 |
Color Harmonies of #94A082
Complementary color
Monochromatic Colors of #94A082
Black with #94A082
Text Example
Text Example
White with #94A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A082; }
p { color: rgb(148,160,130); }
H1.HeaderClassName
{
color: #94A082;
}
.AnyTagClassName
{
color: #94A082;
}
</style>
background-color css
<style>
a { background-color: #94A082; }
a { background-color: rgb(148,160,130); }
div.DivClassName
{
background-color: #94A082;
}
.BgClassName
{
background-color: #94A082;
}
</style>
border-color css
<style>
span { border-color: #94A082; }
span { border-color: rgb(148,160,130); }
td.TdClassName
{
border-color: #94A082;
}
.TagClassName
{
border-color: #94A082;
}
</style>