Shades of Olivine #93BB69
Tints of Olivine #93BB69
RGB
CMYK
RGB Variations
Color information
#93BB69 (or 0x93BB69) is known color: Olivine. HEX triplet: 93, BB and 69. RGB value is (147,187,105). Sum of RGB (Red+Green+Blue) = 147+187+105=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB69 is #6C4496. Grayscale: #A5A5A5. Windows color (decimal): -7095447 or 6929299. OLE color: 6929299.
HSL color Cylindrical-coordinate representation of color #93BB69: hue angle of 89.27º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93BB69 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 105 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.27 |
| HSL | 89.27º | 0.38% | 0.57% | - |
| HSV(B) | 89.27º | 0.44% | 0.73% | - |
| XYZ | 32.35 | 42.76 | 19.91 | - |
| YUV | 165.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 105 | 0.21 | 0 | 0.44 | 0.27 | 89.27 | 0.38 | 0.57 |
| Hex | 93 | BB | 69 | 15 | 0 | 2C | 1B | 59 | 26 | 39 |
| Octal | 223 | 273 | 151 | 25 | 0 | 54 | 33 | 131 | 46 | 71 |
| Binary | 10010011 | 10111011 | 1101001 | 10101 | 0 | 101100 | 11011 | 1011001 | 100110 | 111001 |
Color Harmonies of #93BB69
Complementary color
Monochromatic Colors of #93BB69
Black with #93BB69
Text Example
Text Example
White with #93BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB69; }
p { color: rgb(147,187,105); }
H1.HeaderClassName
{
color: #93BB69;
}
.AnyTagClassName
{
color: #93BB69;
}
</style>
background-color css
<style>
a { background-color: #93BB69; }
a { background-color: rgb(147,187,105); }
div.DivClassName
{
background-color: #93BB69;
}
.BgClassName
{
background-color: #93BB69;
}
</style>
border-color css
<style>
span { border-color: #93BB69; }
span { border-color: rgb(147,187,105); }
td.TdClassName
{
border-color: #93BB69;
}
.TagClassName
{
border-color: #93BB69;
}
</style>