Shades of Sage #94A27B
Tints of Sage #94A27B
RGB
CMYK
RGB Variations
Color information
#94A27B (or 0x94A27B) is known color: Sage. HEX triplet: 94, A2 and 7B. RGB value is (148,162,123). Sum of RGB (Red+Green+Blue) = 148+162+123=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #94A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A27B is #6B5D84. Grayscale: #999999. Windows color (decimal): -7036293 or 8102548. OLE color: 8102548.
HSL color Cylindrical-coordinate representation of color #94A27B: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94A27B is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 123 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.36 |
| HSL | 81.54º | 0.17% | 0.56% | - |
| HSV(B) | 81.54º | 0.24% | 0.64% | - |
| XYZ | 28.71 | 33.57 | 23.7 | - |
| YUV | 153.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 123 | 0.09 | 0 | 0.24 | 0.36 | 81.54 | 0.17 | 0.56 |
| Hex | 94 | A2 | 7B | 9 | 0 | 18 | 24 | 52 | 11 | 38 |
| Octal | 224 | 242 | 173 | 11 | 0 | 30 | 44 | 122 | 21 | 70 |
| Binary | 10010100 | 10100010 | 1111011 | 1001 | 0 | 11000 | 100100 | 1010010 | 10001 | 111000 |
Color Harmonies of #94A27B
Complementary color
Monochromatic Colors of #94A27B
Black with #94A27B
Text Example
Text Example
White with #94A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A27B; }
p { color: rgb(148,162,123); }
H1.HeaderClassName
{
color: #94A27B;
}
.AnyTagClassName
{
color: #94A27B;
}
</style>
background-color css
<style>
a { background-color: #94A27B; }
a { background-color: rgb(148,162,123); }
div.DivClassName
{
background-color: #94A27B;
}
.BgClassName
{
background-color: #94A27B;
}
</style>
border-color css
<style>
span { border-color: #94A27B; }
span { border-color: rgb(148,162,123); }
td.TdClassName
{
border-color: #94A27B;
}
.TagClassName
{
border-color: #94A27B;
}
</style>