Shades of Olivine #93C178
Tints of Olivine #93C178
RGB
CMYK
RGB Variations
Color information
#93C178 (or 0x93C178) is known color: Olivine. HEX triplet: 93, C1 and 78. RGB value is (147,193,120). Sum of RGB (Red+Green+Blue) = 147+193+120=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #93C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C178 is #6C3E87. Grayscale: #ABABAB. Windows color (decimal): -7093896 or 7913875. OLE color: 7913875.
HSL color Cylindrical-coordinate representation of color #93C178: hue angle of 97.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93C178 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 120 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.24 |
| HSL | 97.81º | 0.37% | 0.61% | - |
| HSV(B) | 97.81º | 0.38% | 0.76% | - |
| XYZ | 34.49 | 45.7 | 24.77 | - |
| YUV | 170.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 120 | 0.24 | 0 | 0.38 | 0.24 | 97.81 | 0.37 | 0.61 |
| Hex | 93 | C1 | 78 | 18 | 0 | 26 | 18 | 62 | 25 | 3D |
| Octal | 223 | 301 | 170 | 30 | 0 | 46 | 30 | 142 | 45 | 75 |
| Binary | 10010011 | 11000001 | 1111000 | 11000 | 0 | 100110 | 11000 | 1100010 | 100101 | 111101 |
Color Harmonies of #93C178
Complementary color
Monochromatic Colors of #93C178
Black with #93C178
Text Example
Text Example
White with #93C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C178; }
p { color: rgb(147,193,120); }
H1.HeaderClassName
{
color: #93C178;
}
.AnyTagClassName
{
color: #93C178;
}
</style>
background-color css
<style>
a { background-color: #93C178; }
a { background-color: rgb(147,193,120); }
div.DivClassName
{
background-color: #93C178;
}
.BgClassName
{
background-color: #93C178;
}
</style>
border-color css
<style>
span { border-color: #93C178; }
span { border-color: rgb(147,193,120); }
td.TdClassName
{
border-color: #93C178;
}
.TagClassName
{
border-color: #93C178;
}
</style>