Shades of Olivine #94AD7A
Tints of Olivine #94AD7A
RGB
CMYK
RGB Variations
Color information
#94AD7A (or 0x94AD7A) is known color: Olivine. HEX triplet: 94, AD and 7A. RGB value is (148,173,122). Sum of RGB (Red+Green+Blue) = 148+173+122=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD7A is #6B5285. Grayscale: #9F9F9F. Windows color (decimal): -7033478 or 8039828. OLE color: 8039828.
HSL color Cylindrical-coordinate representation of color #94AD7A: hue angle of 89.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94AD7A is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 122 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.32 |
| HSL | 89.41º | 0.24% | 0.58% | - |
| HSV(B) | 89.41º | 0.29% | 0.68% | - |
| XYZ | 30.67 | 37.59 | 24.05 | - |
| YUV | 159.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 122 | 0.14 | 0 | 0.29 | 0.32 | 89.41 | 0.24 | 0.58 |
| Hex | 94 | AD | 7A | E | 0 | 1D | 20 | 59 | 18 | 3A |
| Octal | 224 | 255 | 172 | 16 | 0 | 35 | 40 | 131 | 30 | 72 |
| Binary | 10010100 | 10101101 | 1111010 | 1110 | 0 | 11101 | 100000 | 1011001 | 11000 | 111010 |
Color Harmonies of #94AD7A
Complementary color
Monochromatic Colors of #94AD7A
Black with #94AD7A
Text Example
Text Example
White with #94AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD7A; }
p { color: rgb(148,173,122); }
H1.HeaderClassName
{
color: #94AD7A;
}
.AnyTagClassName
{
color: #94AD7A;
}
</style>
background-color css
<style>
a { background-color: #94AD7A; }
a { background-color: rgb(148,173,122); }
div.DivClassName
{
background-color: #94AD7A;
}
.BgClassName
{
background-color: #94AD7A;
}
</style>
border-color css
<style>
span { border-color: #94AD7A; }
span { border-color: rgb(148,173,122); }
td.TdClassName
{
border-color: #94AD7A;
}
.TagClassName
{
border-color: #94AD7A;
}
</style>