Shades of Olivine #93C865
Tints of Olivine #93C865
RGB
CMYK
RGB Variations
Color information
#93C865 (or 0x93C865) is known color: Olivine. HEX triplet: 93, C8 and 65. RGB value is (147,200,101). Sum of RGB (Red+Green+Blue) = 147+200+101=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #93C865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C865 is #6C379A. Grayscale: #ADADAD. Windows color (decimal): -7092123 or 6670483. OLE color: 6670483.
HSL color Cylindrical-coordinate representation of color #93C865: hue angle of 92.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93C865 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 101 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.22 |
| HSL | 92.12º | 0.47% | 0.59% | - |
| HSV(B) | 92.12º | 0.5% | 0.78% | - |
| XYZ | 35.04 | 48.45 | 19.82 | - |
| YUV | 172.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 101 | 0.26 | 0 | 0.49 | 0.22 | 92.12 | 0.47 | 0.59 |
| Hex | 93 | C8 | 65 | 1A | 0 | 31 | 16 | 5C | 2F | 3B |
| Octal | 223 | 310 | 145 | 32 | 0 | 61 | 26 | 134 | 57 | 73 |
| Binary | 10010011 | 11001000 | 1100101 | 11010 | 0 | 110001 | 10110 | 1011100 | 101111 | 111011 |
Color Harmonies of #93C865
Complementary color
Monochromatic Colors of #93C865
Black with #93C865
Text Example
Text Example
White with #93C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C865; }
p { color: rgb(147,200,101); }
H1.HeaderClassName
{
color: #93C865;
}
.AnyTagClassName
{
color: #93C865;
}
</style>
background-color css
<style>
a { background-color: #93C865; }
a { background-color: rgb(147,200,101); }
div.DivClassName
{
background-color: #93C865;
}
.BgClassName
{
background-color: #93C865;
}
</style>
border-color css
<style>
span { border-color: #93C865; }
span { border-color: rgb(147,200,101); }
td.TdClassName
{
border-color: #93C865;
}
.TagClassName
{
border-color: #93C865;
}
</style>