Shades of Olivine #93B870
Tints of Olivine #93B870
RGB
CMYK
RGB Variations
Color information
#93B870 (or 0x93B870) is known color: Olivine. HEX triplet: 93, B8 and 70. RGB value is (147,184,112). Sum of RGB (Red+Green+Blue) = 147+184+112=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #93B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B870 is #6C478F. Grayscale: #A4A4A4. Windows color (decimal): -7096208 or 7387283. OLE color: 7387283.
HSL color Cylindrical-coordinate representation of color #93B870: hue angle of 90.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B870 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 112 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.28 |
| HSL | 90.83º | 0.34% | 0.58% | - |
| HSV(B) | 90.83º | 0.39% | 0.72% | - |
| XYZ | 32.1 | 41.65 | 21.68 | - |
| YUV | 164.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 112 | 0.20 | 0 | 0.39 | 0.28 | 90.83 | 0.34 | 0.58 |
| Hex | 93 | B8 | 70 | 14 | 0 | 27 | 1C | 5B | 22 | 3A |
| Octal | 223 | 270 | 160 | 24 | 0 | 47 | 34 | 133 | 42 | 72 |
| Binary | 10010011 | 10111000 | 1110000 | 10100 | 0 | 100111 | 11100 | 1011011 | 100010 | 111010 |
Color Harmonies of #93B870
Complementary color
Monochromatic Colors of #93B870
Black with #93B870
Text Example
Text Example
White with #93B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B870; }
p { color: rgb(147,184,112); }
H1.HeaderClassName
{
color: #93B870;
}
.AnyTagClassName
{
color: #93B870;
}
</style>
background-color css
<style>
a { background-color: #93B870; }
a { background-color: rgb(147,184,112); }
div.DivClassName
{
background-color: #93B870;
}
.BgClassName
{
background-color: #93B870;
}
</style>
border-color css
<style>
span { border-color: #93B870; }
span { border-color: rgb(147,184,112); }
td.TdClassName
{
border-color: #93B870;
}
.TagClassName
{
border-color: #93B870;
}
</style>