Shades of Olivine #94AA7A
Tints of Olivine #94AA7A
RGB
CMYK
RGB Variations
Color information
#94AA7A (or 0x94AA7A) is known color: Olivine. HEX triplet: 94, AA and 7A. RGB value is (148,170,122). Sum of RGB (Red+Green+Blue) = 148+170+122=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA7A is #6B5585. Grayscale: #9E9E9E. Windows color (decimal): -7034246 or 8039060. OLE color: 8039060.
HSL color Cylindrical-coordinate representation of color #94AA7A: hue angle of 87.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94AA7A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 122 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.33 |
| HSL | 87.5º | 0.22% | 0.57% | - |
| HSV(B) | 87.5º | 0.28% | 0.67% | - |
| XYZ | 30.1 | 36.45 | 23.86 | - |
| YUV | 157.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 122 | 0.13 | 0 | 0.28 | 0.33 | 87.5 | 0.22 | 0.57 |
| Hex | 94 | AA | 7A | D | 0 | 1C | 21 | 57 | 16 | 39 |
| Octal | 224 | 252 | 172 | 15 | 0 | 34 | 41 | 127 | 26 | 71 |
| Binary | 10010100 | 10101010 | 1111010 | 1101 | 0 | 11100 | 100001 | 1010111 | 10110 | 111001 |
Color Harmonies of #94AA7A
Complementary color
Monochromatic Colors of #94AA7A
Black with #94AA7A
Text Example
Text Example
White with #94AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA7A; }
p { color: rgb(148,170,122); }
H1.HeaderClassName
{
color: #94AA7A;
}
.AnyTagClassName
{
color: #94AA7A;
}
</style>
background-color css
<style>
a { background-color: #94AA7A; }
a { background-color: rgb(148,170,122); }
div.DivClassName
{
background-color: #94AA7A;
}
.BgClassName
{
background-color: #94AA7A;
}
</style>
border-color css
<style>
span { border-color: #94AA7A; }
span { border-color: rgb(148,170,122); }
td.TdClassName
{
border-color: #94AA7A;
}
.TagClassName
{
border-color: #94AA7A;
}
</style>