Shades of Olivine #93A974
Tints of Olivine #93A974
RGB
CMYK
RGB Variations
Color information
#93A974 (or 0x93A974) is known color: Olivine. HEX triplet: 93, A9 and 74. RGB value is (147,169,116). Sum of RGB (Red+Green+Blue) = 147+169+116=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #93A974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A974 is #6C568B. Grayscale: #9C9C9C. Windows color (decimal): -7100044 or 7645587. OLE color: 7645587.
HSL color Cylindrical-coordinate representation of color #93A974: hue angle of 84.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A974 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 116 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.34 |
| HSL | 84.91º | 0.24% | 0.56% | - |
| HSV(B) | 84.91º | 0.31% | 0.66% | - |
| XYZ | 29.37 | 35.84 | 21.89 | - |
| YUV | 156.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 116 | 0.13 | 0 | 0.31 | 0.34 | 84.91 | 0.24 | 0.56 |
| Hex | 93 | A9 | 74 | D | 0 | 1F | 22 | 55 | 18 | 38 |
| Octal | 223 | 251 | 164 | 15 | 0 | 37 | 42 | 125 | 30 | 70 |
| Binary | 10010011 | 10101001 | 1110100 | 1101 | 0 | 11111 | 100010 | 1010101 | 11000 | 111000 |
Color Harmonies of #93A974
Complementary color
Monochromatic Colors of #93A974
Black with #93A974
Text Example
Text Example
White with #93A974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A974; }
p { color: rgb(147,169,116); }
H1.HeaderClassName
{
color: #93A974;
}
.AnyTagClassName
{
color: #93A974;
}
</style>
background-color css
<style>
a { background-color: #93A974; }
a { background-color: rgb(147,169,116); }
div.DivClassName
{
background-color: #93A974;
}
.BgClassName
{
background-color: #93A974;
}
</style>
border-color css
<style>
span { border-color: #93A974; }
span { border-color: rgb(147,169,116); }
td.TdClassName
{
border-color: #93A974;
}
.TagClassName
{
border-color: #93A974;
}
</style>