Shades of Olivine #94B179
Tints of Olivine #94B179
RGB
CMYK
RGB Variations
Color information
#94B179 (or 0x94B179) is known color: Olivine. HEX triplet: 94, B1 and 79. RGB value is (148,177,121). Sum of RGB (Red+Green+Blue) = 148+177+121=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #94B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B179 is #6B4E86. Grayscale: #A2A2A2. Windows color (decimal): -7032455 or 7975316. OLE color: 7975316.
HSL color Cylindrical-coordinate representation of color #94B179: hue angle of 91.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B179 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 121 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.31 |
| HSL | 91.07º | 0.26% | 0.58% | - |
| HSV(B) | 91.07º | 0.32% | 0.69% | - |
| XYZ | 31.39 | 39.12 | 23.99 | - |
| YUV | 161.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 121 | 0.16 | 0 | 0.32 | 0.31 | 91.07 | 0.26 | 0.58 |
| Hex | 94 | B1 | 79 | 10 | 0 | 20 | 1F | 5B | 1A | 3A |
| Octal | 224 | 261 | 171 | 20 | 0 | 40 | 37 | 133 | 32 | 72 |
| Binary | 10010100 | 10110001 | 1111001 | 10000 | 0 | 100000 | 11111 | 1011011 | 11010 | 111010 |
Color Harmonies of #94B179
Complementary color
Monochromatic Colors of #94B179
Black with #94B179
Text Example
Text Example
White with #94B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B179; }
p { color: rgb(148,177,121); }
H1.HeaderClassName
{
color: #94B179;
}
.AnyTagClassName
{
color: #94B179;
}
</style>
background-color css
<style>
a { background-color: #94B179; }
a { background-color: rgb(148,177,121); }
div.DivClassName
{
background-color: #94B179;
}
.BgClassName
{
background-color: #94B179;
}
</style>
border-color css
<style>
span { border-color: #94B179; }
span { border-color: rgb(148,177,121); }
td.TdClassName
{
border-color: #94B179;
}
.TagClassName
{
border-color: #94B179;
}
</style>