Shades of Olivine #94B774
Tints of Olivine #94B774
RGB
CMYK
RGB Variations
Color information
#94B774 (or 0x94B774) is known color: Olivine. HEX triplet: 94, B7 and 74. RGB value is (148,183,116). Sum of RGB (Red+Green+Blue) = 148+183+116=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #94B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B774 is #6B488B. Grayscale: #A5A5A5. Windows color (decimal): -7030924 or 7649172. OLE color: 7649172.
HSL color Cylindrical-coordinate representation of color #94B774: hue angle of 91.34º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B774 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 116 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.28 |
| HSL | 91.34º | 0.32% | 0.59% | - |
| HSV(B) | 91.34º | 0.37% | 0.72% | - |
| XYZ | 32.3 | 41.42 | 22.82 | - |
| YUV | 164.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 116 | 0.19 | 0 | 0.37 | 0.28 | 91.34 | 0.32 | 0.59 |
| Hex | 94 | B7 | 74 | 13 | 0 | 25 | 1C | 5B | 20 | 3B |
| Octal | 224 | 267 | 164 | 23 | 0 | 45 | 34 | 133 | 40 | 73 |
| Binary | 10010100 | 10110111 | 1110100 | 10011 | 0 | 100101 | 11100 | 1011011 | 100000 | 111011 |
Color Harmonies of #94B774
Complementary color
Monochromatic Colors of #94B774
Black with #94B774
Text Example
Text Example
White with #94B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B774; }
p { color: rgb(148,183,116); }
H1.HeaderClassName
{
color: #94B774;
}
.AnyTagClassName
{
color: #94B774;
}
</style>
background-color css
<style>
a { background-color: #94B774; }
a { background-color: rgb(148,183,116); }
div.DivClassName
{
background-color: #94B774;
}
.BgClassName
{
background-color: #94B774;
}
</style>
border-color css
<style>
span { border-color: #94B774; }
span { border-color: rgb(148,183,116); }
td.TdClassName
{
border-color: #94B774;
}
.TagClassName
{
border-color: #94B774;
}
</style>