Shades of Olivine #93AD6A
Tints of Olivine #93AD6A
RGB
CMYK
RGB Variations
Color information
#93AD6A (or 0x93AD6A) is known color: Olivine. HEX triplet: 93, AD and 6A. RGB value is (147,173,106). Sum of RGB (Red+Green+Blue) = 147+173+106=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD6A is #6C5295. Grayscale: #9D9D9D. Windows color (decimal): -7099030 or 6991251. OLE color: 6991251.
HSL color Cylindrical-coordinate representation of color #93AD6A: hue angle of 83.28º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93AD6A is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 106 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.32 |
| HSL | 83.28º | 0.29% | 0.55% | - |
| HSV(B) | 83.28º | 0.39% | 0.68% | - |
| XYZ | 29.58 | 37.13 | 19.24 | - |
| YUV | 157.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 106 | 0.15 | 0 | 0.39 | 0.32 | 83.28 | 0.29 | 0.55 |
| Hex | 93 | AD | 6A | F | 0 | 27 | 20 | 53 | 1D | 37 |
| Octal | 223 | 255 | 152 | 17 | 0 | 47 | 40 | 123 | 35 | 67 |
| Binary | 10010011 | 10101101 | 1101010 | 1111 | 0 | 100111 | 100000 | 1010011 | 11101 | 110111 |
Color Harmonies of #93AD6A
Complementary color
Monochromatic Colors of #93AD6A
Black with #93AD6A
Text Example
Text Example
White with #93AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD6A; }
p { color: rgb(147,173,106); }
H1.HeaderClassName
{
color: #93AD6A;
}
.AnyTagClassName
{
color: #93AD6A;
}
</style>
background-color css
<style>
a { background-color: #93AD6A; }
a { background-color: rgb(147,173,106); }
div.DivClassName
{
background-color: #93AD6A;
}
.BgClassName
{
background-color: #93AD6A;
}
</style>
border-color css
<style>
span { border-color: #93AD6A; }
span { border-color: rgb(147,173,106); }
td.TdClassName
{
border-color: #93AD6A;
}
.TagClassName
{
border-color: #93AD6A;
}
</style>