Shades of Olivine #93BA75
Tints of Olivine #93BA75
RGB
CMYK
RGB Variations
Color information
#93BA75 (or 0x93BA75) is known color: Olivine. HEX triplet: 93, BA and 75. RGB value is (147,186,117). Sum of RGB (Red+Green+Blue) = 147+186+117=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA75 is #6C458A. Grayscale: #A6A6A6. Windows color (decimal): -7095691 or 7715475. OLE color: 7715475.
HSL color Cylindrical-coordinate representation of color #93BA75: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BA75 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 117 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.27 |
| HSL | 93.91º | 0.33% | 0.59% | - |
| HSV(B) | 93.91º | 0.37% | 0.73% | - |
| XYZ | 32.8 | 42.61 | 23.32 | - |
| YUV | 166.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 117 | 0.21 | 0 | 0.37 | 0.27 | 93.91 | 0.33 | 0.59 |
| Hex | 93 | BA | 75 | 15 | 0 | 25 | 1B | 5E | 21 | 3B |
| Octal | 223 | 272 | 165 | 25 | 0 | 45 | 33 | 136 | 41 | 73 |
| Binary | 10010011 | 10111010 | 1110101 | 10101 | 0 | 100101 | 11011 | 1011110 | 100001 | 111011 |
Color Harmonies of #93BA75
Complementary color
Monochromatic Colors of #93BA75
Black with #93BA75
Text Example
Text Example
White with #93BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA75; }
p { color: rgb(147,186,117); }
H1.HeaderClassName
{
color: #93BA75;
}
.AnyTagClassName
{
color: #93BA75;
}
</style>
background-color css
<style>
a { background-color: #93BA75; }
a { background-color: rgb(147,186,117); }
div.DivClassName
{
background-color: #93BA75;
}
.BgClassName
{
background-color: #93BA75;
}
</style>
border-color css
<style>
span { border-color: #93BA75; }
span { border-color: rgb(147,186,117); }
td.TdClassName
{
border-color: #93BA75;
}
.TagClassName
{
border-color: #93BA75;
}
</style>