Shades of Olivine #94B465
Tints of Olivine #94B465
RGB
CMYK
RGB Variations
Color information
#94B465 (or 0x94B465) is known color: Olivine. HEX triplet: 94, B4 and 65. RGB value is (148,180,101). Sum of RGB (Red+Green+Blue) = 148+180+101=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #94B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B465 is #6B4B9A. Grayscale: #A1A1A1. Windows color (decimal): -7031707 or 6665364. OLE color: 6665364.
HSL color Cylindrical-coordinate representation of color #94B465: hue angle of 84.3º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94B465 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 180 | 101 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.29 |
| HSL | 84.3º | 0.34% | 0.55% | - |
| HSV(B) | 84.3º | 0.44% | 0.71% | - |
| XYZ | 30.88 | 39.88 | 18.38 | - |
| YUV | 161.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 180 | 101 | 0.18 | 0 | 0.44 | 0.29 | 84.3 | 0.34 | 0.55 |
| Hex | 94 | B4 | 65 | 12 | 0 | 2C | 1D | 54 | 22 | 37 |
| Octal | 224 | 264 | 145 | 22 | 0 | 54 | 35 | 124 | 42 | 67 |
| Binary | 10010100 | 10110100 | 1100101 | 10010 | 0 | 101100 | 11101 | 1010100 | 100010 | 110111 |
Color Harmonies of #94B465
Complementary color
Monochromatic Colors of #94B465
Black with #94B465
Text Example
Text Example
White with #94B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B465; }
p { color: rgb(148,180,101); }
H1.HeaderClassName
{
color: #94B465;
}
.AnyTagClassName
{
color: #94B465;
}
</style>
background-color css
<style>
a { background-color: #94B465; }
a { background-color: rgb(148,180,101); }
div.DivClassName
{
background-color: #94B465;
}
.BgClassName
{
background-color: #94B465;
}
</style>
border-color css
<style>
span { border-color: #94B465; }
span { border-color: rgb(148,180,101); }
td.TdClassName
{
border-color: #94B465;
}
.TagClassName
{
border-color: #94B465;
}
</style>