Shades of Olivine #94C564
Tints of Olivine #94C564
RGB
CMYK
RGB Variations
Color information
#94C564 (or 0x94C564) is known color: Olivine. HEX triplet: 94, C5 and 64. RGB value is (148,197,100). Sum of RGB (Red+Green+Blue) = 148+197+100=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #94C564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C564 is #6B3A9B. Grayscale: #ABABAB. Windows color (decimal): -7027356 or 6604180. OLE color: 6604180.
HSL color Cylindrical-coordinate representation of color #94C564: hue angle of 90.31º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94C564 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 100 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.23 |
| HSL | 90.31º | 0.46% | 0.58% | - |
| HSV(B) | 90.31º | 0.49% | 0.77% | - |
| XYZ | 34.48 | 47.15 | 19.34 | - |
| YUV | 171.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 100 | 0.25 | 0 | 0.49 | 0.23 | 90.31 | 0.46 | 0.58 |
| Hex | 94 | C5 | 64 | 19 | 0 | 31 | 17 | 5A | 2E | 3A |
| Octal | 224 | 305 | 144 | 31 | 0 | 61 | 27 | 132 | 56 | 72 |
| Binary | 10010100 | 11000101 | 1100100 | 11001 | 0 | 110001 | 10111 | 1011010 | 101110 | 111010 |
Color Harmonies of #94C564
Complementary color
Monochromatic Colors of #94C564
Black with #94C564
Text Example
Text Example
White with #94C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C564; }
p { color: rgb(148,197,100); }
H1.HeaderClassName
{
color: #94C564;
}
.AnyTagClassName
{
color: #94C564;
}
</style>
background-color css
<style>
a { background-color: #94C564; }
a { background-color: rgb(148,197,100); }
div.DivClassName
{
background-color: #94C564;
}
.BgClassName
{
background-color: #94C564;
}
</style>
border-color css
<style>
span { border-color: #94C564; }
span { border-color: rgb(148,197,100); }
td.TdClassName
{
border-color: #94C564;
}
.TagClassName
{
border-color: #94C564;
}
</style>