Shades of Olivine #93C66F
Tints of Olivine #93C66F
RGB
CMYK
RGB Variations
Color information
#93C66F (or 0x93C66F) is known color: Olivine. HEX triplet: 93, C6 and 6F. RGB value is (147,198,111). Sum of RGB (Red+Green+Blue) = 147+198+111=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #93C66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C66F is #6C3990. Grayscale: #ADADAD. Windows color (decimal): -7092625 or 7325331. OLE color: 7325331.
HSL color Cylindrical-coordinate representation of color #93C66F: hue angle of 95.17º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93C66F is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 111 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.22 |
| HSL | 95.17º | 0.43% | 0.61% | - |
| HSV(B) | 95.17º | 0.44% | 0.78% | - |
| XYZ | 35.1 | 47.74 | 22.4 | - |
| YUV | 172.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 111 | 0.26 | 0 | 0.44 | 0.22 | 95.17 | 0.43 | 0.61 |
| Hex | 93 | C6 | 6F | 1A | 0 | 2C | 16 | 5F | 2B | 3D |
| Octal | 223 | 306 | 157 | 32 | 0 | 54 | 26 | 137 | 53 | 75 |
| Binary | 10010011 | 11000110 | 1101111 | 11010 | 0 | 101100 | 10110 | 1011111 | 101011 | 111101 |
Color Harmonies of #93C66F
Complementary color
Monochromatic Colors of #93C66F
Black with #93C66F
Text Example
Text Example
White with #93C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C66F; }
p { color: rgb(147,198,111); }
H1.HeaderClassName
{
color: #93C66F;
}
.AnyTagClassName
{
color: #93C66F;
}
</style>
background-color css
<style>
a { background-color: #93C66F; }
a { background-color: rgb(147,198,111); }
div.DivClassName
{
background-color: #93C66F;
}
.BgClassName
{
background-color: #93C66F;
}
</style>
border-color css
<style>
span { border-color: #93C66F; }
span { border-color: rgb(147,198,111); }
td.TdClassName
{
border-color: #93C66F;
}
.TagClassName
{
border-color: #93C66F;
}
</style>