Shades of Olivine #94B57A
Tints of Olivine #94B57A
RGB
CMYK
RGB Variations
Color information
#94B57A (or 0x94B57A) is known color: Olivine. HEX triplet: 94, B5 and 7A. RGB value is (148,181,122). Sum of RGB (Red+Green+Blue) = 148+181+122=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #94B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B57A is #6B4A85. Grayscale: #A4A4A4. Windows color (decimal): -7031430 or 8041876. OLE color: 8041876.
HSL color Cylindrical-coordinate representation of color #94B57A: hue angle of 93.56º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B57A is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 181 | 122 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.29 |
| HSL | 93.56º | 0.29% | 0.59% | - |
| HSV(B) | 93.56º | 0.33% | 0.71% | - |
| XYZ | 32.25 | 40.75 | 24.58 | - |
| YUV | 164.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 181 | 122 | 0.18 | 0 | 0.33 | 0.29 | 93.56 | 0.29 | 0.59 |
| Hex | 94 | B5 | 7A | 12 | 0 | 21 | 1D | 5E | 1D | 3B |
| Octal | 224 | 265 | 172 | 22 | 0 | 41 | 35 | 136 | 35 | 73 |
| Binary | 10010100 | 10110101 | 1111010 | 10010 | 0 | 100001 | 11101 | 1011110 | 11101 | 111011 |
Color Harmonies of #94B57A
Complementary color
Monochromatic Colors of #94B57A
Black with #94B57A
Text Example
Text Example
White with #94B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B57A; }
p { color: rgb(148,181,122); }
H1.HeaderClassName
{
color: #94B57A;
}
.AnyTagClassName
{
color: #94B57A;
}
</style>
background-color css
<style>
a { background-color: #94B57A; }
a { background-color: rgb(148,181,122); }
div.DivClassName
{
background-color: #94B57A;
}
.BgClassName
{
background-color: #94B57A;
}
</style>
border-color css
<style>
span { border-color: #94B57A; }
span { border-color: rgb(148,181,122); }
td.TdClassName
{
border-color: #94B57A;
}
.TagClassName
{
border-color: #94B57A;
}
</style>