Shades of Olivine #94B16E
Tints of Olivine #94B16E
RGB
CMYK
RGB Variations
Color information
#94B16E (or 0x94B16E) is known color: Olivine. HEX triplet: 94, B1 and 6E. RGB value is (148,177,110). Sum of RGB (Red+Green+Blue) = 148+177+110=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #94B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B16E is #6B4E91. Grayscale: #A0A0A0. Windows color (decimal): -7032466 or 7254420. OLE color: 7254420.
HSL color Cylindrical-coordinate representation of color #94B16E: hue angle of 85.97º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94B16E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 110 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.31 |
| HSL | 85.97º | 0.3% | 0.56% | - |
| HSV(B) | 85.97º | 0.38% | 0.69% | - |
| XYZ | 30.75 | 38.87 | 20.63 | - |
| YUV | 160.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 110 | 0.16 | 0 | 0.38 | 0.31 | 85.97 | 0.3 | 0.56 |
| Hex | 94 | B1 | 6E | 10 | 0 | 26 | 1F | 56 | 1E | 38 |
| Octal | 224 | 261 | 156 | 20 | 0 | 46 | 37 | 126 | 36 | 70 |
| Binary | 10010100 | 10110001 | 1101110 | 10000 | 0 | 100110 | 11111 | 1010110 | 11110 | 111000 |
Color Harmonies of #94B16E
Complementary color
Monochromatic Colors of #94B16E
Black with #94B16E
Text Example
Text Example
White with #94B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B16E; }
p { color: rgb(148,177,110); }
H1.HeaderClassName
{
color: #94B16E;
}
.AnyTagClassName
{
color: #94B16E;
}
</style>
background-color css
<style>
a { background-color: #94B16E; }
a { background-color: rgb(148,177,110); }
div.DivClassName
{
background-color: #94B16E;
}
.BgClassName
{
background-color: #94B16E;
}
</style>
border-color css
<style>
span { border-color: #94B16E; }
span { border-color: rgb(148,177,110); }
td.TdClassName
{
border-color: #94B16E;
}
.TagClassName
{
border-color: #94B16E;
}
</style>