Shades of Olivine #93C066
Tints of Olivine #93C066
RGB
CMYK
RGB Variations
Color information
#93C066 (or 0x93C066) is known color: Olivine. HEX triplet: 93, C0 and 66. RGB value is (147,192,102). Sum of RGB (Red+Green+Blue) = 147+192+102=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #93C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C066 is #6C3F99. Grayscale: #A8A8A8. Windows color (decimal): -7094170 or 6733971. OLE color: 6733971.
HSL color Cylindrical-coordinate representation of color #93C066: hue angle of 90º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93C066 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 102 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.25 |
| HSL | 90º | 0.42% | 0.58% | - |
| HSV(B) | 90º | 0.47% | 0.75% | - |
| XYZ | 33.28 | 44.86 | 19.48 | - |
| YUV | 168.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 102 | 0.23 | 0 | 0.47 | 0.25 | 90 | 0.42 | 0.58 |
| Hex | 93 | C0 | 66 | 17 | 0 | 2F | 19 | 5A | 2A | 3A |
| Octal | 223 | 300 | 146 | 27 | 0 | 57 | 31 | 132 | 52 | 72 |
| Binary | 10010011 | 11000000 | 1100110 | 10111 | 0 | 101111 | 11001 | 1011010 | 101010 | 111010 |
Color Harmonies of #93C066
Complementary color
Monochromatic Colors of #93C066
Black with #93C066
Text Example
Text Example
White with #93C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C066; }
p { color: rgb(147,192,102); }
H1.HeaderClassName
{
color: #93C066;
}
.AnyTagClassName
{
color: #93C066;
}
</style>
background-color css
<style>
a { background-color: #93C066; }
a { background-color: rgb(147,192,102); }
div.DivClassName
{
background-color: #93C066;
}
.BgClassName
{
background-color: #93C066;
}
</style>
border-color css
<style>
span { border-color: #93C066; }
span { border-color: rgb(147,192,102); }
td.TdClassName
{
border-color: #93C066;
}
.TagClassName
{
border-color: #93C066;
}
</style>