Shades of Olivine #93C060
Tints of Olivine #93C060
RGB
CMYK
RGB Variations
Color information
#93C060 (or 0x93C060) is known color: Olivine. HEX triplet: 93, C0 and 60. RGB value is (147,192,96). Sum of RGB (Red+Green+Blue) = 147+192+96=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #93C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C060 is #6C3F9F. Grayscale: #A7A7A7. Windows color (decimal): -7094176 or 6340755. OLE color: 6340755.
HSL color Cylindrical-coordinate representation of color #93C060: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93C060 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 96 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.25 |
| HSL | 88.13º | 0.43% | 0.56% | - |
| HSV(B) | 88.13º | 0.5% | 0.75% | - |
| XYZ | 32.99 | 44.75 | 17.96 | - |
| YUV | 167.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 96 | 0.23 | 0 | 0.50 | 0.25 | 88.13 | 0.43 | 0.56 |
| Hex | 93 | C0 | 60 | 17 | 0 | 32 | 19 | 58 | 2B | 38 |
| Octal | 223 | 300 | 140 | 27 | 0 | 62 | 31 | 130 | 53 | 70 |
| Binary | 10010011 | 11000000 | 1100000 | 10111 | 0 | 110010 | 11001 | 1011000 | 101011 | 111000 |
Color Harmonies of #93C060
Complementary color
Monochromatic Colors of #93C060
Black with #93C060
Text Example
Text Example
White with #93C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C060; }
p { color: rgb(147,192,96); }
H1.HeaderClassName
{
color: #93C060;
}
.AnyTagClassName
{
color: #93C060;
}
</style>
background-color css
<style>
a { background-color: #93C060; }
a { background-color: rgb(147,192,96); }
div.DivClassName
{
background-color: #93C060;
}
.BgClassName
{
background-color: #93C060;
}
</style>
border-color css
<style>
span { border-color: #93C060; }
span { border-color: rgb(147,192,96); }
td.TdClassName
{
border-color: #93C060;
}
.TagClassName
{
border-color: #93C060;
}
</style>