Shades of Olivine #93BA76
Tints of Olivine #93BA76
RGB
CMYK
RGB Variations
Color information
#93BA76 (or 0x93BA76) is known color: Olivine. HEX triplet: 93, BA and 76. RGB value is (147,186,118). Sum of RGB (Red+Green+Blue) = 147+186+118=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA76 is #6C4589. Grayscale: #A6A6A6. Windows color (decimal): -7095690 or 7781011. OLE color: 7781011.
HSL color Cylindrical-coordinate representation of color #93BA76: hue angle of 94.41º degrees, saturation: 0.33, 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 #93BA76 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 118 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.27 |
| HSL | 94.41º | 0.33% | 0.6% | - |
| HSV(B) | 94.41º | 0.37% | 0.73% | - |
| XYZ | 32.86 | 42.63 | 23.64 | - |
| YUV | 166.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 118 | 0.21 | 0 | 0.37 | 0.27 | 94.41 | 0.33 | 0.6 |
| Hex | 93 | BA | 76 | 15 | 0 | 25 | 1B | 5E | 21 | 3C |
| Octal | 223 | 272 | 166 | 25 | 0 | 45 | 33 | 136 | 41 | 74 |
| Binary | 10010011 | 10111010 | 1110110 | 10101 | 0 | 100101 | 11011 | 1011110 | 100001 | 111100 |
Color Harmonies of #93BA76
Complementary color
Monochromatic Colors of #93BA76
Black with #93BA76
Text Example
Text Example
White with #93BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA76; }
p { color: rgb(147,186,118); }
H1.HeaderClassName
{
color: #93BA76;
}
.AnyTagClassName
{
color: #93BA76;
}
</style>
background-color css
<style>
a { background-color: #93BA76; }
a { background-color: rgb(147,186,118); }
div.DivClassName
{
background-color: #93BA76;
}
.BgClassName
{
background-color: #93BA76;
}
</style>
border-color css
<style>
span { border-color: #93BA76; }
span { border-color: rgb(147,186,118); }
td.TdClassName
{
border-color: #93BA76;
}
.TagClassName
{
border-color: #93BA76;
}
</style>