Shades of Olivine #93AE70
Tints of Olivine #93AE70
RGB
CMYK
RGB Variations
Color information
#93AE70 (or 0x93AE70) is known color: Olivine. HEX triplet: 93, AE and 70. RGB value is (147,174,112). Sum of RGB (Red+Green+Blue) = 147+174+112=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE70 is #6C518F. Grayscale: #9F9F9F. Windows color (decimal): -7098768 or 7384723. OLE color: 7384723.
HSL color Cylindrical-coordinate representation of color #93AE70: hue angle of 86.13º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93AE70 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 112 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.32 |
| HSL | 86.13º | 0.28% | 0.56% | - |
| HSV(B) | 86.13º | 0.36% | 0.68% | - |
| XYZ | 30.09 | 37.65 | 21.01 | - |
| YUV | 158.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 112 | 0.16 | 0 | 0.36 | 0.32 | 86.13 | 0.28 | 0.56 |
| Hex | 93 | AE | 70 | 10 | 0 | 24 | 20 | 56 | 1C | 38 |
| Octal | 223 | 256 | 160 | 20 | 0 | 44 | 40 | 126 | 34 | 70 |
| Binary | 10010011 | 10101110 | 1110000 | 10000 | 0 | 100100 | 100000 | 1010110 | 11100 | 111000 |
Color Harmonies of #93AE70
Complementary color
Monochromatic Colors of #93AE70
Black with #93AE70
Text Example
Text Example
White with #93AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AE70; }
p { color: rgb(147,174,112); }
H1.HeaderClassName
{
color: #93AE70;
}
.AnyTagClassName
{
color: #93AE70;
}
</style>
background-color css
<style>
a { background-color: #93AE70; }
a { background-color: rgb(147,174,112); }
div.DivClassName
{
background-color: #93AE70;
}
.BgClassName
{
background-color: #93AE70;
}
</style>
border-color css
<style>
span { border-color: #93AE70; }
span { border-color: rgb(147,174,112); }
td.TdClassName
{
border-color: #93AE70;
}
.TagClassName
{
border-color: #93AE70;
}
</style>