Shades of Olivine #93C766
Tints of Olivine #93C766
RGB
CMYK
RGB Variations
Color information
#93C766 (or 0x93C766) is known color: Olivine. HEX triplet: 93, C7 and 66. RGB value is (147,199,102). Sum of RGB (Red+Green+Blue) = 147+199+102=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #93C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C766 is #6C3899. Grayscale: #ACACAC. Windows color (decimal): -7092378 or 6735763. OLE color: 6735763.
HSL color Cylindrical-coordinate representation of color #93C766: hue angle of 92.16º 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 #93C766 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 102 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.22 |
| HSL | 92.16º | 0.46% | 0.59% | - |
| HSV(B) | 92.16º | 0.49% | 0.78% | - |
| XYZ | 34.85 | 48.01 | 20 | - |
| YUV | 172.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 102 | 0.26 | 0 | 0.49 | 0.22 | 92.16 | 0.46 | 0.59 |
| Hex | 93 | C7 | 66 | 1A | 0 | 31 | 16 | 5C | 2E | 3B |
| Octal | 223 | 307 | 146 | 32 | 0 | 61 | 26 | 134 | 56 | 73 |
| Binary | 10010011 | 11000111 | 1100110 | 11010 | 0 | 110001 | 10110 | 1011100 | 101110 | 111011 |
Color Harmonies of #93C766
Complementary color
Monochromatic Colors of #93C766
Black with #93C766
Text Example
Text Example
White with #93C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C766; }
p { color: rgb(147,199,102); }
H1.HeaderClassName
{
color: #93C766;
}
.AnyTagClassName
{
color: #93C766;
}
</style>
background-color css
<style>
a { background-color: #93C766; }
a { background-color: rgb(147,199,102); }
div.DivClassName
{
background-color: #93C766;
}
.BgClassName
{
background-color: #93C766;
}
</style>
border-color css
<style>
span { border-color: #93C766; }
span { border-color: rgb(147,199,102); }
td.TdClassName
{
border-color: #93C766;
}
.TagClassName
{
border-color: #93C766;
}
</style>