Shades of Olivine #94A87A
Tints of Olivine #94A87A
RGB
CMYK
RGB Variations
Color information
#94A87A (or 0x94A87A) is known color: Olivine. HEX triplet: 94, A8 and 7A. RGB value is (148,168,122). Sum of RGB (Red+Green+Blue) = 148+168+122=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #94A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A87A is #6B5785. Grayscale: #9C9C9C. Windows color (decimal): -7034758 or 8038548. OLE color: 8038548.
HSL color Cylindrical-coordinate representation of color #94A87A: hue angle of 86.09º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A87A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 122 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.34 |
| HSL | 86.09º | 0.21% | 0.57% | - |
| HSV(B) | 86.09º | 0.27% | 0.66% | - |
| XYZ | 29.73 | 35.71 | 23.74 | - |
| YUV | 156.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 122 | 0.12 | 0 | 0.27 | 0.34 | 86.09 | 0.21 | 0.57 |
| Hex | 94 | A8 | 7A | C | 0 | 1B | 22 | 56 | 15 | 39 |
| Octal | 224 | 250 | 172 | 14 | 0 | 33 | 42 | 126 | 25 | 71 |
| Binary | 10010100 | 10101000 | 1111010 | 1100 | 0 | 11011 | 100010 | 1010110 | 10101 | 111001 |
Color Harmonies of #94A87A
Complementary color
Monochromatic Colors of #94A87A
Black with #94A87A
Text Example
Text Example
White with #94A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A87A; }
p { color: rgb(148,168,122); }
H1.HeaderClassName
{
color: #94A87A;
}
.AnyTagClassName
{
color: #94A87A;
}
</style>
background-color css
<style>
a { background-color: #94A87A; }
a { background-color: rgb(148,168,122); }
div.DivClassName
{
background-color: #94A87A;
}
.BgClassName
{
background-color: #94A87A;
}
</style>
border-color css
<style>
span { border-color: #94A87A; }
span { border-color: rgb(148,168,122); }
td.TdClassName
{
border-color: #94A87A;
}
.TagClassName
{
border-color: #94A87A;
}
</style>