Shades of Olivine #94A97C
Tints of Olivine #94A97C
RGB
CMYK
RGB Variations
Color information
#94A97C (or 0x94A97C) is known color: Olivine. HEX triplet: 94, A9 and 7C. RGB value is (148,169,124). Sum of RGB (Red+Green+Blue) = 148+169+124=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #94A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A97C is #6B5683. Grayscale: #9D9D9D. Windows color (decimal): -7034500 or 8169876. OLE color: 8169876.
HSL color Cylindrical-coordinate representation of color #94A97C: hue angle of 88º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A97C is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 124 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.34 |
| HSL | 88º | 0.21% | 0.57% | - |
| HSV(B) | 88º | 0.27% | 0.66% | - |
| XYZ | 30.04 | 36.13 | 24.46 | - |
| YUV | 157.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 124 | 0.12 | 0 | 0.27 | 0.34 | 88 | 0.21 | 0.57 |
| Hex | 94 | A9 | 7C | C | 0 | 1B | 22 | 58 | 15 | 39 |
| Octal | 224 | 251 | 174 | 14 | 0 | 33 | 42 | 130 | 25 | 71 |
| Binary | 10010100 | 10101001 | 1111100 | 1100 | 0 | 11011 | 100010 | 1011000 | 10101 | 111001 |
Color Harmonies of #94A97C
Complementary color
Monochromatic Colors of #94A97C
Black with #94A97C
Text Example
Text Example
White with #94A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A97C; }
p { color: rgb(148,169,124); }
H1.HeaderClassName
{
color: #94A97C;
}
.AnyTagClassName
{
color: #94A97C;
}
</style>
background-color css
<style>
a { background-color: #94A97C; }
a { background-color: rgb(148,169,124); }
div.DivClassName
{
background-color: #94A97C;
}
.BgClassName
{
background-color: #94A97C;
}
</style>
border-color css
<style>
span { border-color: #94A97C; }
span { border-color: rgb(148,169,124); }
td.TdClassName
{
border-color: #94A97C;
}
.TagClassName
{
border-color: #94A97C;
}
</style>