Shades of Olivine #93AE73
Tints of Olivine #93AE73
RGB
CMYK
RGB Variations
Color information
#93AE73 (or 0x93AE73) is known color: Olivine. HEX triplet: 93, AE and 73. RGB value is (147,174,115). Sum of RGB (Red+Green+Blue) = 147+174+115=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE73 is #6C518C. Grayscale: #9F9F9F. Windows color (decimal): -7098765 or 7581331. OLE color: 7581331.
HSL color Cylindrical-coordinate representation of color #93AE73: hue angle of 87.46º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93AE73 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 115 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.32 |
| HSL | 87.46º | 0.27% | 0.57% | - |
| HSV(B) | 87.46º | 0.34% | 0.68% | - |
| XYZ | 30.26 | 37.71 | 21.9 | - |
| YUV | 159.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 115 | 0.16 | 0 | 0.34 | 0.32 | 87.46 | 0.27 | 0.57 |
| Hex | 93 | AE | 73 | 10 | 0 | 22 | 20 | 57 | 1B | 39 |
| Octal | 223 | 256 | 163 | 20 | 0 | 42 | 40 | 127 | 33 | 71 |
| Binary | 10010011 | 10101110 | 1110011 | 10000 | 0 | 100010 | 100000 | 1010111 | 11011 | 111001 |
Color Harmonies of #93AE73
Complementary color
Monochromatic Colors of #93AE73
Black with #93AE73
Text Example
Text Example
White with #93AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AE73; }
p { color: rgb(147,174,115); }
H1.HeaderClassName
{
color: #93AE73;
}
.AnyTagClassName
{
color: #93AE73;
}
</style>
background-color css
<style>
a { background-color: #93AE73; }
a { background-color: rgb(147,174,115); }
div.DivClassName
{
background-color: #93AE73;
}
.BgClassName
{
background-color: #93AE73;
}
</style>
border-color css
<style>
span { border-color: #93AE73; }
span { border-color: rgb(147,174,115); }
td.TdClassName
{
border-color: #93AE73;
}
.TagClassName
{
border-color: #93AE73;
}
</style>