Shades of Sage #94A47B
Tints of Sage #94A47B
RGB
CMYK
RGB Variations
Color information
#94A47B (or 0x94A47B) is known color: Sage. HEX triplet: 94, A4 and 7B. RGB value is (148,164,123). Sum of RGB (Red+Green+Blue) = 148+164+123=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #94A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A47B is #6B5B84. Grayscale: #9A9A9A. Windows color (decimal): -7035781 or 8103060. OLE color: 8103060.
HSL color Cylindrical-coordinate representation of color #94A47B: hue angle of 83.41º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A47B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 123 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.36 |
| HSL | 83.41º | 0.18% | 0.56% | - |
| HSV(B) | 83.41º | 0.25% | 0.64% | - |
| XYZ | 29.06 | 34.28 | 23.82 | - |
| YUV | 154.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 123 | 0.10 | 0 | 0.25 | 0.36 | 83.41 | 0.18 | 0.56 |
| Hex | 94 | A4 | 7B | A | 0 | 19 | 24 | 53 | 12 | 38 |
| Octal | 224 | 244 | 173 | 12 | 0 | 31 | 44 | 123 | 22 | 70 |
| Binary | 10010100 | 10100100 | 1111011 | 1010 | 0 | 11001 | 100100 | 1010011 | 10010 | 111000 |
Color Harmonies of #94A47B
Complementary color
Monochromatic Colors of #94A47B
Black with #94A47B
Text Example
Text Example
White with #94A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A47B; }
p { color: rgb(148,164,123); }
H1.HeaderClassName
{
color: #94A47B;
}
.AnyTagClassName
{
color: #94A47B;
}
</style>
background-color css
<style>
a { background-color: #94A47B; }
a { background-color: rgb(148,164,123); }
div.DivClassName
{
background-color: #94A47B;
}
.BgClassName
{
background-color: #94A47B;
}
</style>
border-color css
<style>
span { border-color: #94A47B; }
span { border-color: rgb(148,164,123); }
td.TdClassName
{
border-color: #94A47B;
}
.TagClassName
{
border-color: #94A47B;
}
</style>