Shades of Olivine #93C665
Tints of Olivine #93C665
RGB
CMYK
RGB Variations
Color information
#93C665 (or 0x93C665) is known color: Olivine. HEX triplet: 93, C6 and 65. RGB value is (147,198,101). Sum of RGB (Red+Green+Blue) = 147+198+101=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #93C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C665 is #6C399A. Grayscale: #ACACAC. Windows color (decimal): -7092635 or 6669971. OLE color: 6669971.
HSL color Cylindrical-coordinate representation of color #93C665: hue angle of 91.55º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93C665 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 101 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.22 |
| HSL | 91.55º | 0.46% | 0.59% | - |
| HSV(B) | 91.55º | 0.49% | 0.78% | - |
| XYZ | 34.58 | 47.53 | 19.66 | - |
| YUV | 171.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 101 | 0.26 | 0 | 0.49 | 0.22 | 91.55 | 0.46 | 0.59 |
| Hex | 93 | C6 | 65 | 1A | 0 | 31 | 16 | 5C | 2E | 3B |
| Octal | 223 | 306 | 145 | 32 | 0 | 61 | 26 | 134 | 56 | 73 |
| Binary | 10010011 | 11000110 | 1100101 | 11010 | 0 | 110001 | 10110 | 1011100 | 101110 | 111011 |
Color Harmonies of #93C665
Complementary color
Monochromatic Colors of #93C665
Black with #93C665
Text Example
Text Example
White with #93C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C665; }
p { color: rgb(147,198,101); }
H1.HeaderClassName
{
color: #93C665;
}
.AnyTagClassName
{
color: #93C665;
}
</style>
background-color css
<style>
a { background-color: #93C665; }
a { background-color: rgb(147,198,101); }
div.DivClassName
{
background-color: #93C665;
}
.BgClassName
{
background-color: #93C665;
}
</style>
border-color css
<style>
span { border-color: #93C665; }
span { border-color: rgb(147,198,101); }
td.TdClassName
{
border-color: #93C665;
}
.TagClassName
{
border-color: #93C665;
}
</style>