Shades of Olivine #94B673
Tints of Olivine #94B673
RGB
CMYK
RGB Variations
Color information
#94B673 (or 0x94B673) is known color: Olivine. HEX triplet: 94, B6 and 73. RGB value is (148,182,115). Sum of RGB (Red+Green+Blue) = 148+182+115=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #94B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B673 is #6B498C. Grayscale: #A4A4A4. Windows color (decimal): -7031181 or 7583380. OLE color: 7583380.
HSL color Cylindrical-coordinate representation of color #94B673: hue angle of 90.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B673 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 182 | 115 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.29 |
| HSL | 90.45º | 0.31% | 0.58% | - |
| HSV(B) | 90.45º | 0.37% | 0.71% | - |
| XYZ | 32.04 | 40.99 | 22.44 | - |
| YUV | 164.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 182 | 115 | 0.19 | 0 | 0.37 | 0.29 | 90.45 | 0.31 | 0.58 |
| Hex | 94 | B6 | 73 | 13 | 0 | 25 | 1D | 5A | 1F | 3A |
| Octal | 224 | 266 | 163 | 23 | 0 | 45 | 35 | 132 | 37 | 72 |
| Binary | 10010100 | 10110110 | 1110011 | 10011 | 0 | 100101 | 11101 | 1011010 | 11111 | 111010 |
Color Harmonies of #94B673
Complementary color
Monochromatic Colors of #94B673
Black with #94B673
Text Example
Text Example
White with #94B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B673; }
p { color: rgb(148,182,115); }
H1.HeaderClassName
{
color: #94B673;
}
.AnyTagClassName
{
color: #94B673;
}
</style>
background-color css
<style>
a { background-color: #94B673; }
a { background-color: rgb(148,182,115); }
div.DivClassName
{
background-color: #94B673;
}
.BgClassName
{
background-color: #94B673;
}
</style>
border-color css
<style>
span { border-color: #94B673; }
span { border-color: rgb(148,182,115); }
td.TdClassName
{
border-color: #94B673;
}
.TagClassName
{
border-color: #94B673;
}
</style>