Shades of Olivine #93C461
Tints of Olivine #93C461
RGB
CMYK
RGB Variations
Color information
#93C461 (or 0x93C461) is known color: Olivine. HEX triplet: 93, C4 and 61. RGB value is (147,196,97). Sum of RGB (Red+Green+Blue) = 147+196+97=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #93C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C461 is #6C3B9E. Grayscale: #AAAAAA. Windows color (decimal): -7093151 or 6407315. OLE color: 6407315.
HSL color Cylindrical-coordinate representation of color #93C461: hue angle of 89.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93C461 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 97 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.23 |
| HSL | 89.7º | 0.46% | 0.57% | - |
| HSV(B) | 89.7º | 0.51% | 0.77% | - |
| XYZ | 33.93 | 46.55 | 18.51 | - |
| YUV | 170.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 97 | 0.25 | 0 | 0.51 | 0.23 | 89.7 | 0.46 | 0.57 |
| Hex | 93 | C4 | 61 | 19 | 0 | 33 | 17 | 5A | 2E | 39 |
| Octal | 223 | 304 | 141 | 31 | 0 | 63 | 27 | 132 | 56 | 71 |
| Binary | 10010011 | 11000100 | 1100001 | 11001 | 0 | 110011 | 10111 | 1011010 | 101110 | 111001 |
Color Harmonies of #93C461
Complementary color
Monochromatic Colors of #93C461
Black with #93C461
Text Example
Text Example
White with #93C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C461; }
p { color: rgb(147,196,97); }
H1.HeaderClassName
{
color: #93C461;
}
.AnyTagClassName
{
color: #93C461;
}
</style>
background-color css
<style>
a { background-color: #93C461; }
a { background-color: rgb(147,196,97); }
div.DivClassName
{
background-color: #93C461;
}
.BgClassName
{
background-color: #93C461;
}
</style>
border-color css
<style>
span { border-color: #93C461; }
span { border-color: rgb(147,196,97); }
td.TdClassName
{
border-color: #93C461;
}
.TagClassName
{
border-color: #93C461;
}
</style>