Shades of Olivine #93B963
Tints of Olivine #93B963
RGB
CMYK
RGB Variations
Color information
#93B963 (or 0x93B963) is known color: Olivine. HEX triplet: 93, B9 and 63. RGB value is (147,185,99). Sum of RGB (Red+Green+Blue) = 147+185+99=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #93B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B963 is #6C469C. Grayscale: #A4A4A4. Windows color (decimal): -7095965 or 6535571. OLE color: 6535571.
HSL color Cylindrical-coordinate representation of color #93B963: hue angle of 86.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93B963 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 185 | 99 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.27 |
| HSL | 86.51º | 0.38% | 0.56% | - |
| HSV(B) | 86.51º | 0.46% | 0.73% | - |
| XYZ | 31.63 | 41.8 | 18.21 | - |
| YUV | 163.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 99 | 0.21 | 0 | 0.46 | 0.27 | 86.51 | 0.38 | 0.56 |
| Hex | 93 | B9 | 63 | 15 | 0 | 2E | 1B | 57 | 26 | 38 |
| Octal | 223 | 271 | 143 | 25 | 0 | 56 | 33 | 127 | 46 | 70 |
| Binary | 10010011 | 10111001 | 1100011 | 10101 | 0 | 101110 | 11011 | 1010111 | 100110 | 111000 |
Color Harmonies of #93B963
Complementary color
Monochromatic Colors of #93B963
Black with #93B963
Text Example
Text Example
White with #93B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B963; }
p { color: rgb(147,185,99); }
H1.HeaderClassName
{
color: #93B963;
}
.AnyTagClassName
{
color: #93B963;
}
</style>
background-color css
<style>
a { background-color: #93B963; }
a { background-color: rgb(147,185,99); }
div.DivClassName
{
background-color: #93B963;
}
.BgClassName
{
background-color: #93B963;
}
</style>
border-color css
<style>
span { border-color: #93B963; }
span { border-color: rgb(147,185,99); }
td.TdClassName
{
border-color: #93B963;
}
.TagClassName
{
border-color: #93B963;
}
</style>