Shades of Olivine #93BA69
Tints of Olivine #93BA69
RGB
CMYK
RGB Variations
Color information
#93BA69 (or 0x93BA69) is known color: Olivine. HEX triplet: 93, BA and 69. RGB value is (147,186,105). Sum of RGB (Red+Green+Blue) = 147+186+105=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA69 is #6C4596. Grayscale: #A5A5A5. Windows color (decimal): -7095703 or 6929043. OLE color: 6929043.
HSL color Cylindrical-coordinate representation of color #93BA69: hue angle of 88.89º degrees, saturation: 0.37, 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 #93BA69 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 105 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.27 |
| HSL | 88.89º | 0.37% | 0.57% | - |
| HSV(B) | 88.89º | 0.44% | 0.73% | - |
| XYZ | 32.14 | 42.34 | 19.84 | - |
| YUV | 165.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 105 | 0.21 | 0 | 0.44 | 0.27 | 88.89 | 0.37 | 0.57 |
| Hex | 93 | BA | 69 | 15 | 0 | 2C | 1B | 59 | 25 | 39 |
| Octal | 223 | 272 | 151 | 25 | 0 | 54 | 33 | 131 | 45 | 71 |
| Binary | 10010011 | 10111010 | 1101001 | 10101 | 0 | 101100 | 11011 | 1011001 | 100101 | 111001 |
Color Harmonies of #93BA69
Complementary color
Monochromatic Colors of #93BA69
Black with #93BA69
Text Example
Text Example
White with #93BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA69; }
p { color: rgb(147,186,105); }
H1.HeaderClassName
{
color: #93BA69;
}
.AnyTagClassName
{
color: #93BA69;
}
</style>
background-color css
<style>
a { background-color: #93BA69; }
a { background-color: rgb(147,186,105); }
div.DivClassName
{
background-color: #93BA69;
}
.BgClassName
{
background-color: #93BA69;
}
</style>
border-color css
<style>
span { border-color: #93BA69; }
span { border-color: rgb(147,186,105); }
td.TdClassName
{
border-color: #93BA69;
}
.TagClassName
{
border-color: #93BA69;
}
</style>