Shades of Olivine #93A975
Tints of Olivine #93A975
RGB
CMYK
RGB Variations
Color information
#93A975 (or 0x93A975) is known color: Olivine. HEX triplet: 93, A9 and 75. RGB value is (147,169,117). Sum of RGB (Red+Green+Blue) = 147+169+117=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #93A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A975 is #6C568A. Grayscale: #9C9C9C. Windows color (decimal): -7100043 or 7711123. OLE color: 7711123.
HSL color Cylindrical-coordinate representation of color #93A975: hue angle of 85.38º degrees, saturation: 0.23, 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 #93A975 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 117 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.34 |
| HSL | 85.38º | 0.23% | 0.56% | - |
| HSV(B) | 85.38º | 0.31% | 0.66% | - |
| XYZ | 29.43 | 35.86 | 22.2 | - |
| YUV | 156.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 117 | 0.13 | 0 | 0.31 | 0.34 | 85.38 | 0.23 | 0.56 |
| Hex | 93 | A9 | 75 | D | 0 | 1F | 22 | 55 | 17 | 38 |
| Octal | 223 | 251 | 165 | 15 | 0 | 37 | 42 | 125 | 27 | 70 |
| Binary | 10010011 | 10101001 | 1110101 | 1101 | 0 | 11111 | 100010 | 1010101 | 10111 | 111000 |
Color Harmonies of #93A975
Complementary color
Monochromatic Colors of #93A975
Black with #93A975
Text Example
Text Example
White with #93A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A975; }
p { color: rgb(147,169,117); }
H1.HeaderClassName
{
color: #93A975;
}
.AnyTagClassName
{
color: #93A975;
}
</style>
background-color css
<style>
a { background-color: #93A975; }
a { background-color: rgb(147,169,117); }
div.DivClassName
{
background-color: #93A975;
}
.BgClassName
{
background-color: #93A975;
}
</style>
border-color css
<style>
span { border-color: #93A975; }
span { border-color: rgb(147,169,117); }
td.TdClassName
{
border-color: #93A975;
}
.TagClassName
{
border-color: #93A975;
}
</style>