Shades of Olivine #93A86E
Tints of Olivine #93A86E
RGB
CMYK
RGB Variations
Color information
#93A86E (or 0x93A86E) is known color: Olivine. HEX triplet: 93, A8 and 6E. RGB value is (147,168,110). Sum of RGB (Red+Green+Blue) = 147+168+110=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #93A86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A86E is #6C5791. Grayscale: #9B9B9B. Windows color (decimal): -7100306 or 7252115. OLE color: 7252115.
HSL color Cylindrical-coordinate representation of color #93A86E: hue angle of 81.72º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93A86E is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 110 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.34 |
| HSL | 81.72º | 0.25% | 0.55% | - |
| HSV(B) | 81.72º | 0.35% | 0.66% | - |
| XYZ | 28.85 | 35.33 | 20.05 | - |
| YUV | 155.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 110 | 0.13 | 0 | 0.35 | 0.34 | 81.72 | 0.25 | 0.55 |
| Hex | 93 | A8 | 6E | D | 0 | 23 | 22 | 52 | 19 | 37 |
| Octal | 223 | 250 | 156 | 15 | 0 | 43 | 42 | 122 | 31 | 67 |
| Binary | 10010011 | 10101000 | 1101110 | 1101 | 0 | 100011 | 100010 | 1010010 | 11001 | 110111 |
Color Harmonies of #93A86E
Complementary color
Monochromatic Colors of #93A86E
Black with #93A86E
Text Example
Text Example
White with #93A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A86E; }
p { color: rgb(147,168,110); }
H1.HeaderClassName
{
color: #93A86E;
}
.AnyTagClassName
{
color: #93A86E;
}
</style>
background-color css
<style>
a { background-color: #93A86E; }
a { background-color: rgb(147,168,110); }
div.DivClassName
{
background-color: #93A86E;
}
.BgClassName
{
background-color: #93A86E;
}
</style>
border-color css
<style>
span { border-color: #93A86E; }
span { border-color: rgb(147,168,110); }
td.TdClassName
{
border-color: #93A86E;
}
.TagClassName
{
border-color: #93A86E;
}
</style>