Shades of Olivine #93B86D
Tints of Olivine #93B86D
RGB
CMYK
RGB Variations
Color information
#93B86D (or 0x93B86D) is known color: Olivine. HEX triplet: 93, B8 and 6D. RGB value is (147,184,109). Sum of RGB (Red+Green+Blue) = 147+184+109=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #93B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B86D is #6C4792. Grayscale: #A4A4A4. Windows color (decimal): -7096211 or 7190675. OLE color: 7190675.
HSL color Cylindrical-coordinate representation of color #93B86D: hue angle of 89.6º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B86D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 109 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.28 |
| HSL | 89.6º | 0.35% | 0.57% | - |
| HSV(B) | 89.6º | 0.41% | 0.72% | - |
| XYZ | 31.93 | 41.59 | 20.81 | - |
| YUV | 164.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 109 | 0.20 | 0 | 0.41 | 0.28 | 89.6 | 0.35 | 0.57 |
| Hex | 93 | B8 | 6D | 14 | 0 | 29 | 1C | 5A | 23 | 39 |
| Octal | 223 | 270 | 155 | 24 | 0 | 51 | 34 | 132 | 43 | 71 |
| Binary | 10010011 | 10111000 | 1101101 | 10100 | 0 | 101001 | 11100 | 1011010 | 100011 | 111001 |
Color Harmonies of #93B86D
Complementary color
Monochromatic Colors of #93B86D
Black with #93B86D
Text Example
Text Example
White with #93B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B86D; }
p { color: rgb(147,184,109); }
H1.HeaderClassName
{
color: #93B86D;
}
.AnyTagClassName
{
color: #93B86D;
}
</style>
background-color css
<style>
a { background-color: #93B86D; }
a { background-color: rgb(147,184,109); }
div.DivClassName
{
background-color: #93B86D;
}
.BgClassName
{
background-color: #93B86D;
}
</style>
border-color css
<style>
span { border-color: #93B86D; }
span { border-color: rgb(147,184,109); }
td.TdClassName
{
border-color: #93B86D;
}
.TagClassName
{
border-color: #93B86D;
}
</style>