Shades of Olivine #93AA75
Tints of Olivine #93AA75
RGB
CMYK
RGB Variations
Color information
#93AA75 (or 0x93AA75) is known color: Olivine. HEX triplet: 93, AA and 75. RGB value is (147,170,117). Sum of RGB (Red+Green+Blue) = 147+170+117=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA75 is #6C558A. Grayscale: #9D9D9D. Windows color (decimal): -7099787 or 7711379. OLE color: 7711379.
HSL color Cylindrical-coordinate representation of color #93AA75: hue angle of 86.04º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93AA75 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 117 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.33 |
| HSL | 86.04º | 0.24% | 0.56% | - |
| HSV(B) | 86.04º | 0.31% | 0.67% | - |
| XYZ | 29.62 | 36.24 | 22.26 | - |
| YUV | 157.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 117 | 0.14 | 0 | 0.31 | 0.33 | 86.04 | 0.24 | 0.56 |
| Hex | 93 | AA | 75 | E | 0 | 1F | 21 | 56 | 18 | 38 |
| Octal | 223 | 252 | 165 | 16 | 0 | 37 | 41 | 126 | 30 | 70 |
| Binary | 10010011 | 10101010 | 1110101 | 1110 | 0 | 11111 | 100001 | 1010110 | 11000 | 111000 |
Color Harmonies of #93AA75
Complementary color
Monochromatic Colors of #93AA75
Black with #93AA75
Text Example
Text Example
White with #93AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA75; }
p { color: rgb(147,170,117); }
H1.HeaderClassName
{
color: #93AA75;
}
.AnyTagClassName
{
color: #93AA75;
}
</style>
background-color css
<style>
a { background-color: #93AA75; }
a { background-color: rgb(147,170,117); }
div.DivClassName
{
background-color: #93AA75;
}
.BgClassName
{
background-color: #93AA75;
}
</style>
border-color css
<style>
span { border-color: #93AA75; }
span { border-color: rgb(147,170,117); }
td.TdClassName
{
border-color: #93AA75;
}
.TagClassName
{
border-color: #93AA75;
}
</style>