Shades of Olivine #93AD75
Tints of Olivine #93AD75
RGB
CMYK
RGB Variations
Color information
#93AD75 (or 0x93AD75) is known color: Olivine. HEX triplet: 93, AD and 75. RGB value is (147,173,117). Sum of RGB (Red+Green+Blue) = 147+173+117=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD75 is #6C528A. Grayscale: #9F9F9F. Windows color (decimal): -7099019 or 7712147. OLE color: 7712147.
HSL color Cylindrical-coordinate representation of color #93AD75: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93AD75 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 117 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.32 |
| HSL | 87.86º | 0.25% | 0.57% | - |
| HSV(B) | 87.86º | 0.32% | 0.68% | - |
| XYZ | 30.19 | 37.37 | 22.45 | - |
| YUV | 158.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 117 | 0.15 | 0 | 0.32 | 0.32 | 87.86 | 0.25 | 0.57 |
| Hex | 93 | AD | 75 | F | 0 | 20 | 20 | 58 | 19 | 39 |
| Octal | 223 | 255 | 165 | 17 | 0 | 40 | 40 | 130 | 31 | 71 |
| Binary | 10010011 | 10101101 | 1110101 | 1111 | 0 | 100000 | 100000 | 1011000 | 11001 | 111001 |
Color Harmonies of #93AD75
Complementary color
Monochromatic Colors of #93AD75
Black with #93AD75
Text Example
Text Example
White with #93AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD75; }
p { color: rgb(147,173,117); }
H1.HeaderClassName
{
color: #93AD75;
}
.AnyTagClassName
{
color: #93AD75;
}
</style>
background-color css
<style>
a { background-color: #93AD75; }
a { background-color: rgb(147,173,117); }
div.DivClassName
{
background-color: #93AD75;
}
.BgClassName
{
background-color: #93AD75;
}
</style>
border-color css
<style>
span { border-color: #93AD75; }
span { border-color: rgb(147,173,117); }
td.TdClassName
{
border-color: #93AD75;
}
.TagClassName
{
border-color: #93AD75;
}
</style>