Shades of Olivine #93A97D
Tints of Olivine #93A97D
RGB
CMYK
RGB Variations
Color information
#93A97D (or 0x93A97D) is known color: Olivine. HEX triplet: 93, A9 and 7D. RGB value is (147,169,125). Sum of RGB (Red+Green+Blue) = 147+169+125=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #93A97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A97D is #6C5682. Grayscale: #9D9D9D. Windows color (decimal): -7100035 or 8235411. OLE color: 8235411.
HSL color Cylindrical-coordinate representation of color #93A97D: hue angle of 90º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93A97D is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 125 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.34 |
| HSL | 90º | 0.2% | 0.58% | - |
| HSV(B) | 90º | 0.26% | 0.66% | - |
| XYZ | 29.92 | 36.06 | 24.79 | - |
| YUV | 157.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 125 | 0.13 | 0 | 0.26 | 0.34 | 90 | 0.2 | 0.58 |
| Hex | 93 | A9 | 7D | D | 0 | 1A | 22 | 5A | 14 | 3A |
| Octal | 223 | 251 | 175 | 15 | 0 | 32 | 42 | 132 | 24 | 72 |
| Binary | 10010011 | 10101001 | 1111101 | 1101 | 0 | 11010 | 100010 | 1011010 | 10100 | 111010 |
Color Harmonies of #93A97D
Complementary color
Monochromatic Colors of #93A97D
Black with #93A97D
Text Example
Text Example
White with #93A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A97D; }
p { color: rgb(147,169,125); }
H1.HeaderClassName
{
color: #93A97D;
}
.AnyTagClassName
{
color: #93A97D;
}
</style>
background-color css
<style>
a { background-color: #93A97D; }
a { background-color: rgb(147,169,125); }
div.DivClassName
{
background-color: #93A97D;
}
.BgClassName
{
background-color: #93A97D;
}
</style>
border-color css
<style>
span { border-color: #93A97D; }
span { border-color: rgb(147,169,125); }
td.TdClassName
{
border-color: #93A97D;
}
.TagClassName
{
border-color: #93A97D;
}
</style>