Shades of Olivine #94B773
Tints of Olivine #94B773
RGB
CMYK
RGB Variations
Color information
#94B773 (or 0x94B773) is known color: Olivine. HEX triplet: 94, B7 and 73. RGB value is (148,183,115). Sum of RGB (Red+Green+Blue) = 148+183+115=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #94B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B773 is #6B488C. Grayscale: #A5A5A5. Windows color (decimal): -7030925 or 7583636. OLE color: 7583636.
HSL color Cylindrical-coordinate representation of color #94B773: hue angle of 90.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B773 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 115 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.28 |
| HSL | 90.88º | 0.32% | 0.58% | - |
| HSV(B) | 90.88º | 0.37% | 0.72% | - |
| XYZ | 32.24 | 41.4 | 22.51 | - |
| YUV | 164.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 115 | 0.19 | 0 | 0.37 | 0.28 | 90.88 | 0.32 | 0.58 |
| Hex | 94 | B7 | 73 | 13 | 0 | 25 | 1C | 5B | 20 | 3A |
| Octal | 224 | 267 | 163 | 23 | 0 | 45 | 34 | 133 | 40 | 72 |
| Binary | 10010100 | 10110111 | 1110011 | 10011 | 0 | 100101 | 11100 | 1011011 | 100000 | 111010 |
Color Harmonies of #94B773
Complementary color
Monochromatic Colors of #94B773
Black with #94B773
Text Example
Text Example
White with #94B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B773; }
p { color: rgb(148,183,115); }
H1.HeaderClassName
{
color: #94B773;
}
.AnyTagClassName
{
color: #94B773;
}
</style>
background-color css
<style>
a { background-color: #94B773; }
a { background-color: rgb(148,183,115); }
div.DivClassName
{
background-color: #94B773;
}
.BgClassName
{
background-color: #94B773;
}
</style>
border-color css
<style>
span { border-color: #94B773; }
span { border-color: rgb(148,183,115); }
td.TdClassName
{
border-color: #94B773;
}
.TagClassName
{
border-color: #94B773;
}
</style>