Shades of Olivine #93C376
Tints of Olivine #93C376
RGB
CMYK
RGB Variations
Color information
#93C376 (or 0x93C376) is known color: Olivine. HEX triplet: 93, C3 and 76. RGB value is (147,195,118). Sum of RGB (Red+Green+Blue) = 147+195+118=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #93C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C376 is #6C3C89. Grayscale: #ACACAC. Windows color (decimal): -7093386 or 7783315. OLE color: 7783315.
HSL color Cylindrical-coordinate representation of color #93C376: hue angle of 97.4º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C376 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 118 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.24 |
| HSL | 97.4º | 0.39% | 0.61% | - |
| HSV(B) | 97.4º | 0.39% | 0.76% | - |
| XYZ | 34.82 | 46.54 | 24.29 | - |
| YUV | 171.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 118 | 0.25 | 0 | 0.39 | 0.24 | 97.4 | 0.39 | 0.61 |
| Hex | 93 | C3 | 76 | 19 | 0 | 27 | 18 | 61 | 27 | 3D |
| Octal | 223 | 303 | 166 | 31 | 0 | 47 | 30 | 141 | 47 | 75 |
| Binary | 10010011 | 11000011 | 1110110 | 11001 | 0 | 100111 | 11000 | 1100001 | 100111 | 111101 |
Color Harmonies of #93C376
Complementary color
Monochromatic Colors of #93C376
Black with #93C376
Text Example
Text Example
White with #93C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C376; }
p { color: rgb(147,195,118); }
H1.HeaderClassName
{
color: #93C376;
}
.AnyTagClassName
{
color: #93C376;
}
</style>
background-color css
<style>
a { background-color: #93C376; }
a { background-color: rgb(147,195,118); }
div.DivClassName
{
background-color: #93C376;
}
.BgClassName
{
background-color: #93C376;
}
</style>
border-color css
<style>
span { border-color: #93C376; }
span { border-color: rgb(147,195,118); }
td.TdClassName
{
border-color: #93C376;
}
.TagClassName
{
border-color: #93C376;
}
</style>