Shades of Olivine #94AA7C
Tints of Olivine #94AA7C
RGB
CMYK
RGB Variations
Color information
#94AA7C (or 0x94AA7C) is known color: Olivine. HEX triplet: 94, AA and 7C. RGB value is (148,170,124). Sum of RGB (Red+Green+Blue) = 148+170+124=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA7C is #6B5583. Grayscale: #9E9E9E. Windows color (decimal): -7034244 or 8170132. OLE color: 8170132.
HSL color Cylindrical-coordinate representation of color #94AA7C: hue angle of 88.7º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94AA7C is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 124 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.33 |
| HSL | 88.7º | 0.21% | 0.58% | - |
| HSV(B) | 88.7º | 0.27% | 0.67% | - |
| XYZ | 30.23 | 36.5 | 24.52 | - |
| YUV | 158.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 124 | 0.13 | 0 | 0.27 | 0.33 | 88.7 | 0.21 | 0.58 |
| Hex | 94 | AA | 7C | D | 0 | 1B | 21 | 59 | 15 | 3A |
| Octal | 224 | 252 | 174 | 15 | 0 | 33 | 41 | 131 | 25 | 72 |
| Binary | 10010100 | 10101010 | 1111100 | 1101 | 0 | 11011 | 100001 | 1011001 | 10101 | 111010 |
Color Harmonies of #94AA7C
Complementary color
Monochromatic Colors of #94AA7C
Black with #94AA7C
Text Example
Text Example
White with #94AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA7C; }
p { color: rgb(148,170,124); }
H1.HeaderClassName
{
color: #94AA7C;
}
.AnyTagClassName
{
color: #94AA7C;
}
</style>
background-color css
<style>
a { background-color: #94AA7C; }
a { background-color: rgb(148,170,124); }
div.DivClassName
{
background-color: #94AA7C;
}
.BgClassName
{
background-color: #94AA7C;
}
</style>
border-color css
<style>
span { border-color: #94AA7C; }
span { border-color: rgb(148,170,124); }
td.TdClassName
{
border-color: #94AA7C;
}
.TagClassName
{
border-color: #94AA7C;
}
</style>