Shades of Olivine #94B967
Tints of Olivine #94B967
RGB
CMYK
RGB Variations
Color information
#94B967 (or 0x94B967) is known color: Olivine. HEX triplet: 94, B9 and 67. RGB value is (148,185,103). Sum of RGB (Red+Green+Blue) = 148+185+103=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #94B967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B967 is #6B4698. Grayscale: #A4A4A4. Windows color (decimal): -7030425 or 6797716. OLE color: 6797716.
HSL color Cylindrical-coordinate representation of color #94B967: hue angle of 87.07º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94B967 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 185 | 103 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.27 |
| HSL | 87.07º | 0.37% | 0.56% | - |
| HSV(B) | 87.07º | 0.44% | 0.73% | - |
| XYZ | 32.01 | 41.97 | 19.25 | - |
| YUV | 164.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 185 | 103 | 0.20 | 0 | 0.44 | 0.27 | 87.07 | 0.37 | 0.56 |
| Hex | 94 | B9 | 67 | 14 | 0 | 2C | 1B | 57 | 25 | 38 |
| Octal | 224 | 271 | 147 | 24 | 0 | 54 | 33 | 127 | 45 | 70 |
| Binary | 10010100 | 10111001 | 1100111 | 10100 | 0 | 101100 | 11011 | 1010111 | 100101 | 111000 |
Color Harmonies of #94B967
Complementary color
Monochromatic Colors of #94B967
Black with #94B967
Text Example
Text Example
White with #94B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B967; }
p { color: rgb(148,185,103); }
H1.HeaderClassName
{
color: #94B967;
}
.AnyTagClassName
{
color: #94B967;
}
</style>
background-color css
<style>
a { background-color: #94B967; }
a { background-color: rgb(148,185,103); }
div.DivClassName
{
background-color: #94B967;
}
.BgClassName
{
background-color: #94B967;
}
</style>
border-color css
<style>
span { border-color: #94B967; }
span { border-color: rgb(148,185,103); }
td.TdClassName
{
border-color: #94B967;
}
.TagClassName
{
border-color: #94B967;
}
</style>