Shades of Olivine #94A67C
Tints of Olivine #94A67C
RGB
CMYK
RGB Variations
Color information
#94A67C (or 0x94A67C) is known color: Olivine. HEX triplet: 94, A6 and 7C. RGB value is (148,166,124). Sum of RGB (Red+Green+Blue) = 148+166+124=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #94A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A67C is #6B5983. Grayscale: #9B9B9B. Windows color (decimal): -7035268 or 8169108. OLE color: 8169108.
HSL color Cylindrical-coordinate representation of color #94A67C: hue angle of 85.71º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A67C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 124 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.35 |
| HSL | 85.71º | 0.19% | 0.57% | - |
| HSV(B) | 85.71º | 0.25% | 0.65% | - |
| XYZ | 29.49 | 35.02 | 24.27 | - |
| YUV | 155.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 124 | 0.11 | 0 | 0.25 | 0.35 | 85.71 | 0.19 | 0.57 |
| Hex | 94 | A6 | 7C | B | 0 | 19 | 23 | 56 | 13 | 39 |
| Octal | 224 | 246 | 174 | 13 | 0 | 31 | 43 | 126 | 23 | 71 |
| Binary | 10010100 | 10100110 | 1111100 | 1011 | 0 | 11001 | 100011 | 1010110 | 10011 | 111001 |
Color Harmonies of #94A67C
Complementary color
Monochromatic Colors of #94A67C
Black with #94A67C
Text Example
Text Example
White with #94A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A67C; }
p { color: rgb(148,166,124); }
H1.HeaderClassName
{
color: #94A67C;
}
.AnyTagClassName
{
color: #94A67C;
}
</style>
background-color css
<style>
a { background-color: #94A67C; }
a { background-color: rgb(148,166,124); }
div.DivClassName
{
background-color: #94A67C;
}
.BgClassName
{
background-color: #94A67C;
}
</style>
border-color css
<style>
span { border-color: #94A67C; }
span { border-color: rgb(148,166,124); }
td.TdClassName
{
border-color: #94A67C;
}
.TagClassName
{
border-color: #94A67C;
}
</style>