Shades of Olivine #93C96D
Tints of Olivine #93C96D
RGB
CMYK
RGB Variations
Color information
#93C96D (or 0x93C96D) is known color: Olivine. HEX triplet: 93, C9 and 6D. RGB value is (147,201,109). Sum of RGB (Red+Green+Blue) = 147+201+109=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #93C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C96D is #6C3692. Grayscale: #AEAEAE. Windows color (decimal): -7091859 or 7195027. OLE color: 7195027.
HSL color Cylindrical-coordinate representation of color #93C96D: hue angle of 95.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93C96D is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 109 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.21 |
| HSL | 95.22º | 0.46% | 0.61% | - |
| HSV(B) | 95.22º | 0.46% | 0.79% | - |
| XYZ | 35.68 | 49.08 | 22.06 | - |
| YUV | 174.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 109 | 0.27 | 0 | 0.46 | 0.21 | 95.22 | 0.46 | 0.61 |
| Hex | 93 | C9 | 6D | 1B | 0 | 2E | 15 | 5F | 2E | 3D |
| Octal | 223 | 311 | 155 | 33 | 0 | 56 | 25 | 137 | 56 | 75 |
| Binary | 10010011 | 11001001 | 1101101 | 11011 | 0 | 101110 | 10101 | 1011111 | 101110 | 111101 |
Color Harmonies of #93C96D
Complementary color
Monochromatic Colors of #93C96D
Black with #93C96D
Text Example
Text Example
White with #93C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C96D; }
p { color: rgb(147,201,109); }
H1.HeaderClassName
{
color: #93C96D;
}
.AnyTagClassName
{
color: #93C96D;
}
</style>
background-color css
<style>
a { background-color: #93C96D; }
a { background-color: rgb(147,201,109); }
div.DivClassName
{
background-color: #93C96D;
}
.BgClassName
{
background-color: #93C96D;
}
</style>
border-color css
<style>
span { border-color: #93C96D; }
span { border-color: rgb(147,201,109); }
td.TdClassName
{
border-color: #93C96D;
}
.TagClassName
{
border-color: #93C96D;
}
</style>