Shades of Olivine #93C963
Tints of Olivine #93C963
RGB
CMYK
RGB Variations
Color information
#93C963 (or 0x93C963) is known color: Olivine. HEX triplet: 93, C9 and 63. RGB value is (147,201,99). Sum of RGB (Red+Green+Blue) = 147+201+99=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #93C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C963 is #6C369C. Grayscale: #ADADAD. Windows color (decimal): -7091869 or 6539667. OLE color: 6539667.
HSL color Cylindrical-coordinate representation of color #93C963: hue angle of 91.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93C963 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 99 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.21 |
| HSL | 91.76º | 0.49% | 0.59% | - |
| HSV(B) | 91.76º | 0.51% | 0.79% | - |
| XYZ | 35.17 | 48.88 | 19.38 | - |
| YUV | 173.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 99 | 0.27 | 0 | 0.51 | 0.21 | 91.76 | 0.49 | 0.59 |
| Hex | 93 | C9 | 63 | 1B | 0 | 33 | 15 | 5C | 31 | 3B |
| Octal | 223 | 311 | 143 | 33 | 0 | 63 | 25 | 134 | 61 | 73 |
| Binary | 10010011 | 11001001 | 1100011 | 11011 | 0 | 110011 | 10101 | 1011100 | 110001 | 111011 |
Color Harmonies of #93C963
Complementary color
Monochromatic Colors of #93C963
Black with #93C963
Text Example
Text Example
White with #93C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C963; }
p { color: rgb(147,201,99); }
H1.HeaderClassName
{
color: #93C963;
}
.AnyTagClassName
{
color: #93C963;
}
</style>
background-color css
<style>
a { background-color: #93C963; }
a { background-color: rgb(147,201,99); }
div.DivClassName
{
background-color: #93C963;
}
.BgClassName
{
background-color: #93C963;
}
</style>
border-color css
<style>
span { border-color: #93C963; }
span { border-color: rgb(147,201,99); }
td.TdClassName
{
border-color: #93C963;
}
.TagClassName
{
border-color: #93C963;
}
</style>