Shades of Olivine #93A973
Tints of Olivine #93A973
RGB
CMYK
RGB Variations
Color information
#93A973 (or 0x93A973) is known color: Olivine. HEX triplet: 93, A9 and 73. RGB value is (147,169,115). Sum of RGB (Red+Green+Blue) = 147+169+115=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #93A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A973 is #6C568C. Grayscale: #9C9C9C. Windows color (decimal): -7100045 or 7580051. OLE color: 7580051.
HSL color Cylindrical-coordinate representation of color #93A973: hue angle of 84.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A973 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 115 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.34 |
| HSL | 84.44º | 0.24% | 0.56% | - |
| HSV(B) | 84.44º | 0.32% | 0.66% | - |
| XYZ | 29.32 | 35.82 | 21.59 | - |
| YUV | 156.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 115 | 0.13 | 0 | 0.32 | 0.34 | 84.44 | 0.24 | 0.56 |
| Hex | 93 | A9 | 73 | D | 0 | 20 | 22 | 54 | 18 | 38 |
| Octal | 223 | 251 | 163 | 15 | 0 | 40 | 42 | 124 | 30 | 70 |
| Binary | 10010011 | 10101001 | 1110011 | 1101 | 0 | 100000 | 100010 | 1010100 | 11000 | 111000 |
Color Harmonies of #93A973
Complementary color
Monochromatic Colors of #93A973
Black with #93A973
Text Example
Text Example
White with #93A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A973; }
p { color: rgb(147,169,115); }
H1.HeaderClassName
{
color: #93A973;
}
.AnyTagClassName
{
color: #93A973;
}
</style>
background-color css
<style>
a { background-color: #93A973; }
a { background-color: rgb(147,169,115); }
div.DivClassName
{
background-color: #93A973;
}
.BgClassName
{
background-color: #93A973;
}
</style>
border-color css
<style>
span { border-color: #93A973; }
span { border-color: rgb(147,169,115); }
td.TdClassName
{
border-color: #93A973;
}
.TagClassName
{
border-color: #93A973;
}
</style>