Shades of Olivine #93AC7D
Tints of Olivine #93AC7D
RGB
CMYK
RGB Variations
Color information
#93AC7D (or 0x93AC7D) is known color: Olivine. HEX triplet: 93, AC and 7D. RGB value is (147,172,125). Sum of RGB (Red+Green+Blue) = 147+172+125=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AC7D is #6C5382. Grayscale: #9F9F9F. Windows color (decimal): -7099267 or 8236179. OLE color: 8236179.
HSL color Cylindrical-coordinate representation of color #93AC7D: hue angle of 91.91º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93AC7D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 125 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.33 |
| HSL | 91.91º | 0.22% | 0.58% | - |
| HSV(B) | 91.91º | 0.27% | 0.67% | - |
| XYZ | 30.49 | 37.19 | 24.97 | - |
| YUV | 159.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 125 | 0.15 | 0 | 0.27 | 0.33 | 91.91 | 0.22 | 0.58 |
| Hex | 93 | AC | 7D | F | 0 | 1B | 21 | 5C | 16 | 3A |
| Octal | 223 | 254 | 175 | 17 | 0 | 33 | 41 | 134 | 26 | 72 |
| Binary | 10010011 | 10101100 | 1111101 | 1111 | 0 | 11011 | 100001 | 1011100 | 10110 | 111010 |
Color Harmonies of #93AC7D
Complementary color
Monochromatic Colors of #93AC7D
Black with #93AC7D
Text Example
Text Example
White with #93AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC7D; }
p { color: rgb(147,172,125); }
H1.HeaderClassName
{
color: #93AC7D;
}
.AnyTagClassName
{
color: #93AC7D;
}
</style>
background-color css
<style>
a { background-color: #93AC7D; }
a { background-color: rgb(147,172,125); }
div.DivClassName
{
background-color: #93AC7D;
}
.BgClassName
{
background-color: #93AC7D;
}
</style>
border-color css
<style>
span { border-color: #93AC7D; }
span { border-color: rgb(147,172,125); }
td.TdClassName
{
border-color: #93AC7D;
}
.TagClassName
{
border-color: #93AC7D;
}
</style>