Shades of Olivine #94C166
Tints of Olivine #94C166
RGB
CMYK
RGB Variations
Color information
#94C166 (or 0x94C166) is known color: Olivine. HEX triplet: 94, C1 and 66. RGB value is (148,193,102). Sum of RGB (Red+Green+Blue) = 148+193+102=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #94C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C166 is #6B3E99. Grayscale: #A9A9A9. Windows color (decimal): -7028378 or 6734228. OLE color: 6734228.
HSL color Cylindrical-coordinate representation of color #94C166: hue angle of 89.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94C166 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 102 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.24 |
| HSL | 89.67º | 0.42% | 0.58% | - |
| HSV(B) | 89.67º | 0.47% | 0.76% | - |
| XYZ | 33.68 | 45.4 | 19.56 | - |
| YUV | 169.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 102 | 0.23 | 0 | 0.47 | 0.24 | 89.67 | 0.42 | 0.58 |
| Hex | 94 | C1 | 66 | 17 | 0 | 2F | 18 | 5A | 2A | 3A |
| Octal | 224 | 301 | 146 | 27 | 0 | 57 | 30 | 132 | 52 | 72 |
| Binary | 10010100 | 11000001 | 1100110 | 10111 | 0 | 101111 | 11000 | 1011010 | 101010 | 111010 |
Color Harmonies of #94C166
Complementary color
Monochromatic Colors of #94C166
Black with #94C166
Text Example
Text Example
White with #94C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C166; }
p { color: rgb(148,193,102); }
H1.HeaderClassName
{
color: #94C166;
}
.AnyTagClassName
{
color: #94C166;
}
</style>
background-color css
<style>
a { background-color: #94C166; }
a { background-color: rgb(148,193,102); }
div.DivClassName
{
background-color: #94C166;
}
.BgClassName
{
background-color: #94C166;
}
</style>
border-color css
<style>
span { border-color: #94C166; }
span { border-color: rgb(148,193,102); }
td.TdClassName
{
border-color: #94C166;
}
.TagClassName
{
border-color: #94C166;
}
</style>