Shades of Olivine #94A97E
Tints of Olivine #94A97E
RGB
CMYK
RGB Variations
Color information
#94A97E (or 0x94A97E) is known color: Olivine. HEX triplet: 94, A9 and 7E. RGB value is (148,169,126). Sum of RGB (Red+Green+Blue) = 148+169+126=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #94A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A97E is #6B5681. Grayscale: #9D9D9D. Windows color (decimal): -7034498 or 8300948. OLE color: 8300948.
HSL color Cylindrical-coordinate representation of color #94A97E: hue angle of 89.3º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A97E is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 126 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.34 |
| HSL | 89.3º | 0.2% | 0.58% | - |
| HSV(B) | 89.3º | 0.25% | 0.66% | - |
| XYZ | 30.17 | 36.18 | 25.13 | - |
| YUV | 157.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 126 | 0.12 | 0 | 0.25 | 0.34 | 89.3 | 0.2 | 0.58 |
| Hex | 94 | A9 | 7E | C | 0 | 19 | 22 | 59 | 14 | 3A |
| Octal | 224 | 251 | 176 | 14 | 0 | 31 | 42 | 131 | 24 | 72 |
| Binary | 10010100 | 10101001 | 1111110 | 1100 | 0 | 11001 | 100010 | 1011001 | 10100 | 111010 |
Color Harmonies of #94A97E
Complementary color
Monochromatic Colors of #94A97E
Black with #94A97E
Text Example
Text Example
White with #94A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A97E; }
p { color: rgb(148,169,126); }
H1.HeaderClassName
{
color: #94A97E;
}
.AnyTagClassName
{
color: #94A97E;
}
</style>
background-color css
<style>
a { background-color: #94A97E; }
a { background-color: rgb(148,169,126); }
div.DivClassName
{
background-color: #94A97E;
}
.BgClassName
{
background-color: #94A97E;
}
</style>
border-color css
<style>
span { border-color: #94A97E; }
span { border-color: rgb(148,169,126); }
td.TdClassName
{
border-color: #94A97E;
}
.TagClassName
{
border-color: #94A97E;
}
</style>