Shades of Olivine #93BE71
Tints of Olivine #93BE71
RGB
CMYK
RGB Variations
Color information
#93BE71 (or 0x93BE71) is known color: Olivine. HEX triplet: 93, BE and 71. RGB value is (147,190,113). Sum of RGB (Red+Green+Blue) = 147+190+113=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE71 is #6C418E. Grayscale: #A8A8A8. Windows color (decimal): -7094671 or 7454355. OLE color: 7454355.
HSL color Cylindrical-coordinate representation of color #93BE71: hue angle of 93.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BE71 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 113 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.25 |
| HSL | 93.51º | 0.37% | 0.59% | - |
| HSV(B) | 93.51º | 0.41% | 0.75% | - |
| XYZ | 33.43 | 44.22 | 22.4 | - |
| YUV | 168.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 113 | 0.23 | 0 | 0.41 | 0.25 | 93.51 | 0.37 | 0.59 |
| Hex | 93 | BE | 71 | 17 | 0 | 29 | 19 | 5E | 25 | 3B |
| Octal | 223 | 276 | 161 | 27 | 0 | 51 | 31 | 136 | 45 | 73 |
| Binary | 10010011 | 10111110 | 1110001 | 10111 | 0 | 101001 | 11001 | 1011110 | 100101 | 111011 |
Color Harmonies of #93BE71
Complementary color
Monochromatic Colors of #93BE71
Black with #93BE71
Text Example
Text Example
White with #93BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE71; }
p { color: rgb(147,190,113); }
H1.HeaderClassName
{
color: #93BE71;
}
.AnyTagClassName
{
color: #93BE71;
}
</style>
background-color css
<style>
a { background-color: #93BE71; }
a { background-color: rgb(147,190,113); }
div.DivClassName
{
background-color: #93BE71;
}
.BgClassName
{
background-color: #93BE71;
}
</style>
border-color css
<style>
span { border-color: #93BE71; }
span { border-color: rgb(147,190,113); }
td.TdClassName
{
border-color: #93BE71;
}
.TagClassName
{
border-color: #93BE71;
}
</style>