Shades of Olivine #93AD6B
Tints of Olivine #93AD6B
RGB
CMYK
RGB Variations
Color information
#93AD6B (or 0x93AD6B) is known color: Olivine. HEX triplet: 93, AD and 6B. RGB value is (147,173,107). Sum of RGB (Red+Green+Blue) = 147+173+107=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD6B is #6C5294. Grayscale: #9D9D9D. Windows color (decimal): -7099029 or 7056787. OLE color: 7056787.
HSL color Cylindrical-coordinate representation of color #93AD6B: hue angle of 83.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93AD6B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 107 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.32 |
| HSL | 83.64º | 0.29% | 0.55% | - |
| HSV(B) | 83.64º | 0.38% | 0.68% | - |
| XYZ | 29.63 | 37.15 | 19.52 | - |
| YUV | 157.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 107 | 0.15 | 0 | 0.38 | 0.32 | 83.64 | 0.29 | 0.55 |
| Hex | 93 | AD | 6B | F | 0 | 26 | 20 | 54 | 1D | 37 |
| Octal | 223 | 255 | 153 | 17 | 0 | 46 | 40 | 124 | 35 | 67 |
| Binary | 10010011 | 10101101 | 1101011 | 1111 | 0 | 100110 | 100000 | 1010100 | 11101 | 110111 |
Color Harmonies of #93AD6B
Complementary color
Monochromatic Colors of #93AD6B
Black with #93AD6B
Text Example
Text Example
White with #93AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AD6B; }
p { color: rgb(147,173,107); }
H1.HeaderClassName
{
color: #93AD6B;
}
.AnyTagClassName
{
color: #93AD6B;
}
</style>
background-color css
<style>
a { background-color: #93AD6B; }
a { background-color: rgb(147,173,107); }
div.DivClassName
{
background-color: #93AD6B;
}
.BgClassName
{
background-color: #93AD6B;
}
</style>
border-color css
<style>
span { border-color: #93AD6B; }
span { border-color: rgb(147,173,107); }
td.TdClassName
{
border-color: #93AD6B;
}
.TagClassName
{
border-color: #93AD6B;
}
</style>