Shades of Olivine #93AB71
Tints of Olivine #93AB71
RGB
CMYK
RGB Variations
Color information
#93AB71 (or 0x93AB71) is known color: Olivine. HEX triplet: 93, AB and 71. RGB value is (147,171,113). Sum of RGB (Red+Green+Blue) = 147+171+113=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB71 is #6C548E. Grayscale: #9D9D9D. Windows color (decimal): -7099535 or 7449491. OLE color: 7449491.
HSL color Cylindrical-coordinate representation of color #93AB71: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93AB71 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 113 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.33 |
| HSL | 84.83º | 0.26% | 0.56% | - |
| HSV(B) | 84.83º | 0.34% | 0.67% | - |
| XYZ | 29.58 | 36.52 | 21.11 | - |
| YUV | 157.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 113 | 0.14 | 0 | 0.34 | 0.33 | 84.83 | 0.26 | 0.56 |
| Hex | 93 | AB | 71 | E | 0 | 22 | 21 | 55 | 1A | 38 |
| Octal | 223 | 253 | 161 | 16 | 0 | 42 | 41 | 125 | 32 | 70 |
| Binary | 10010011 | 10101011 | 1110001 | 1110 | 0 | 100010 | 100001 | 1010101 | 11010 | 111000 |
Color Harmonies of #93AB71
Complementary color
Monochromatic Colors of #93AB71
Black with #93AB71
Text Example
Text Example
White with #93AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB71; }
p { color: rgb(147,171,113); }
H1.HeaderClassName
{
color: #93AB71;
}
.AnyTagClassName
{
color: #93AB71;
}
</style>
background-color css
<style>
a { background-color: #93AB71; }
a { background-color: rgb(147,171,113); }
div.DivClassName
{
background-color: #93AB71;
}
.BgClassName
{
background-color: #93AB71;
}
</style>
border-color css
<style>
span { border-color: #93AB71; }
span { border-color: rgb(147,171,113); }
td.TdClassName
{
border-color: #93AB71;
}
.TagClassName
{
border-color: #93AB71;
}
</style>