Shades of Sage #94A27F
Tints of Sage #94A27F
RGB
CMYK
RGB Variations
Color information
#94A27F (or 0x94A27F) is known color: Sage. HEX triplet: 94, A2 and 7F. RGB value is (148,162,127). Sum of RGB (Red+Green+Blue) = 148+162+127=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #94A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A27F is #6B5D80. Grayscale: #999999. Windows color (decimal): -7036289 or 8364692. OLE color: 8364692.
HSL color Cylindrical-coordinate representation of color #94A27F: hue angle of 84º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A27F is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 127 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.36 |
| HSL | 84º | 0.16% | 0.57% | - |
| HSV(B) | 84º | 0.22% | 0.64% | - |
| XYZ | 28.96 | 33.67 | 25.05 | - |
| YUV | 153.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 127 | 0.09 | 0 | 0.22 | 0.36 | 84 | 0.16 | 0.57 |
| Hex | 94 | A2 | 7F | 9 | 0 | 16 | 24 | 54 | 10 | 39 |
| Octal | 224 | 242 | 177 | 11 | 0 | 26 | 44 | 124 | 20 | 71 |
| Binary | 10010100 | 10100010 | 1111111 | 1001 | 0 | 10110 | 100100 | 1010100 | 10000 | 111001 |
Color Harmonies of #94A27F
Complementary color
Monochromatic Colors of #94A27F
Black with #94A27F
Text Example
Text Example
White with #94A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A27F; }
p { color: rgb(148,162,127); }
H1.HeaderClassName
{
color: #94A27F;
}
.AnyTagClassName
{
color: #94A27F;
}
</style>
background-color css
<style>
a { background-color: #94A27F; }
a { background-color: rgb(148,162,127); }
div.DivClassName
{
background-color: #94A27F;
}
.BgClassName
{
background-color: #94A27F;
}
</style>
border-color css
<style>
span { border-color: #94A27F; }
span { border-color: rgb(148,162,127); }
td.TdClassName
{
border-color: #94A27F;
}
.TagClassName
{
border-color: #94A27F;
}
</style>