Shades of Olivine #94AD76
Tints of Olivine #94AD76
RGB
CMYK
RGB Variations
Color information
#94AD76 (or 0x94AD76) is known color: Olivine. HEX triplet: 94, AD and 76. RGB value is (148,173,118). Sum of RGB (Red+Green+Blue) = 148+173+118=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD76 is #6B5289. Grayscale: #9F9F9F. Windows color (decimal): -7033482 or 7777684. OLE color: 7777684.
HSL color Cylindrical-coordinate representation of color #94AD76: hue angle of 87.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94AD76 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 173 | 118 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.32 |
| HSL | 87.27º | 0.25% | 0.57% | - |
| HSV(B) | 87.27º | 0.32% | 0.68% | - |
| XYZ | 30.43 | 37.49 | 22.77 | - |
| YUV | 159.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 173 | 118 | 0.14 | 0 | 0.32 | 0.32 | 87.27 | 0.25 | 0.57 |
| Hex | 94 | AD | 76 | E | 0 | 20 | 20 | 57 | 19 | 39 |
| Octal | 224 | 255 | 166 | 16 | 0 | 40 | 40 | 127 | 31 | 71 |
| Binary | 10010100 | 10101101 | 1110110 | 1110 | 0 | 100000 | 100000 | 1010111 | 11001 | 111001 |
Color Harmonies of #94AD76
Complementary color
Monochromatic Colors of #94AD76
Black with #94AD76
Text Example
Text Example
White with #94AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AD76; }
p { color: rgb(148,173,118); }
H1.HeaderClassName
{
color: #94AD76;
}
.AnyTagClassName
{
color: #94AD76;
}
</style>
background-color css
<style>
a { background-color: #94AD76; }
a { background-color: rgb(148,173,118); }
div.DivClassName
{
background-color: #94AD76;
}
.BgClassName
{
background-color: #94AD76;
}
</style>
border-color css
<style>
span { border-color: #94AD76; }
span { border-color: rgb(148,173,118); }
td.TdClassName
{
border-color: #94AD76;
}
.TagClassName
{
border-color: #94AD76;
}
</style>