Shades of Sage #94A27D
Tints of Sage #94A27D
RGB
CMYK
RGB Variations
Color information
#94A27D (or 0x94A27D) is known color: Sage. HEX triplet: 94, A2 and 7D. RGB value is (148,162,125). Sum of RGB (Red+Green+Blue) = 148+162+125=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #94A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A27D is #6B5D82. Grayscale: #999999. Windows color (decimal): -7036291 or 8233620. OLE color: 8233620.
HSL color Cylindrical-coordinate representation of color #94A27D: hue angle of 82.7º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A27D is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 125 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.36 |
| HSL | 82.7º | 0.17% | 0.56% | - |
| HSV(B) | 82.7º | 0.23% | 0.64% | - |
| XYZ | 28.83 | 33.62 | 24.37 | - |
| YUV | 153.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 125 | 0.09 | 0 | 0.23 | 0.36 | 82.7 | 0.17 | 0.56 |
| Hex | 94 | A2 | 7D | 9 | 0 | 17 | 24 | 53 | 11 | 38 |
| Octal | 224 | 242 | 175 | 11 | 0 | 27 | 44 | 123 | 21 | 70 |
| Binary | 10010100 | 10100010 | 1111101 | 1001 | 0 | 10111 | 100100 | 1010011 | 10001 | 111000 |
Color Harmonies of #94A27D
Complementary color
Monochromatic Colors of #94A27D
Black with #94A27D
Text Example
Text Example
White with #94A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A27D; }
p { color: rgb(148,162,125); }
H1.HeaderClassName
{
color: #94A27D;
}
.AnyTagClassName
{
color: #94A27D;
}
</style>
background-color css
<style>
a { background-color: #94A27D; }
a { background-color: rgb(148,162,125); }
div.DivClassName
{
background-color: #94A27D;
}
.BgClassName
{
background-color: #94A27D;
}
</style>
border-color css
<style>
span { border-color: #94A27D; }
span { border-color: rgb(148,162,125); }
td.TdClassName
{
border-color: #94A27D;
}
.TagClassName
{
border-color: #94A27D;
}
</style>