Shades of Olivine #94B66A
Tints of Olivine #94B66A
RGB
CMYK
RGB Variations
Color information
#94B66A (or 0x94B66A) is known color: Olivine. HEX triplet: 94, B6 and 6A. RGB value is (148,182,106). Sum of RGB (Red+Green+Blue) = 148+182+106=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #94B66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B66A is #6B4995. Grayscale: #A3A3A3. Windows color (decimal): -7031190 or 6993556. OLE color: 6993556.
HSL color Cylindrical-coordinate representation of color #94B66A: hue angle of 86.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94B66A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 182 | 106 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.29 |
| HSL | 86.84º | 0.34% | 0.56% | - |
| HSV(B) | 86.84º | 0.42% | 0.71% | - |
| XYZ | 31.54 | 40.79 | 19.85 | - |
| YUV | 163.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 182 | 106 | 0.19 | 0 | 0.42 | 0.29 | 86.84 | 0.34 | 0.56 |
| Hex | 94 | B6 | 6A | 13 | 0 | 2A | 1D | 57 | 22 | 38 |
| Octal | 224 | 266 | 152 | 23 | 0 | 52 | 35 | 127 | 42 | 70 |
| Binary | 10010100 | 10110110 | 1101010 | 10011 | 0 | 101010 | 11101 | 1010111 | 100010 | 111000 |
Color Harmonies of #94B66A
Complementary color
Monochromatic Colors of #94B66A
Black with #94B66A
Text Example
Text Example
White with #94B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B66A; }
p { color: rgb(148,182,106); }
H1.HeaderClassName
{
color: #94B66A;
}
.AnyTagClassName
{
color: #94B66A;
}
</style>
background-color css
<style>
a { background-color: #94B66A; }
a { background-color: rgb(148,182,106); }
div.DivClassName
{
background-color: #94B66A;
}
.BgClassName
{
background-color: #94B66A;
}
</style>
border-color css
<style>
span { border-color: #94B66A; }
span { border-color: rgb(148,182,106); }
td.TdClassName
{
border-color: #94B66A;
}
.TagClassName
{
border-color: #94B66A;
}
</style>