Shades of Olivine #93BB75
Tints of Olivine #93BB75
RGB
CMYK
RGB Variations
Color information
#93BB75 (or 0x93BB75) is known color: Olivine. HEX triplet: 93, BB and 75. RGB value is (147,187,117). Sum of RGB (Red+Green+Blue) = 147+187+117=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB75 is #6C448A. Grayscale: #A7A7A7. Windows color (decimal): -7095435 or 7715731. OLE color: 7715731.
HSL color Cylindrical-coordinate representation of color #93BB75: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BB75 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 117 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.27 |
| HSL | 94.29º | 0.34% | 0.6% | - |
| HSV(B) | 94.29º | 0.37% | 0.73% | - |
| XYZ | 33.01 | 43.03 | 23.39 | - |
| YUV | 167.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 117 | 0.21 | 0 | 0.37 | 0.27 | 94.29 | 0.34 | 0.6 |
| Hex | 93 | BB | 75 | 15 | 0 | 25 | 1B | 5E | 22 | 3C |
| Octal | 223 | 273 | 165 | 25 | 0 | 45 | 33 | 136 | 42 | 74 |
| Binary | 10010011 | 10111011 | 1110101 | 10101 | 0 | 100101 | 11011 | 1011110 | 100010 | 111100 |
Color Harmonies of #93BB75
Complementary color
Monochromatic Colors of #93BB75
Black with #93BB75
Text Example
Text Example
White with #93BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB75; }
p { color: rgb(147,187,117); }
H1.HeaderClassName
{
color: #93BB75;
}
.AnyTagClassName
{
color: #93BB75;
}
</style>
background-color css
<style>
a { background-color: #93BB75; }
a { background-color: rgb(147,187,117); }
div.DivClassName
{
background-color: #93BB75;
}
.BgClassName
{
background-color: #93BB75;
}
</style>
border-color css
<style>
span { border-color: #93BB75; }
span { border-color: rgb(147,187,117); }
td.TdClassName
{
border-color: #93BB75;
}
.TagClassName
{
border-color: #93BB75;
}
</style>