Shades of Olivine #93BE7D
Tints of Olivine #93BE7D
RGB
CMYK
RGB Variations
Color information
#93BE7D (or 0x93BE7D) is known color: Olivine. HEX triplet: 93, BE and 7D. RGB value is (147,190,125). Sum of RGB (Red+Green+Blue) = 147+190+125=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE7D is #6C4182. Grayscale: #A9A9A9. Windows color (decimal): -7094659 or 8240787. OLE color: 8240787.
HSL color Cylindrical-coordinate representation of color #93BE7D: hue angle of 99.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BE7D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 125 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.25 |
| HSL | 99.69º | 0.33% | 0.62% | - |
| HSV(B) | 99.69º | 0.34% | 0.75% | - |
| XYZ | 34.15 | 44.51 | 26.19 | - |
| YUV | 169.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 125 | 0.23 | 0 | 0.34 | 0.25 | 99.69 | 0.33 | 0.62 |
| Hex | 93 | BE | 7D | 17 | 0 | 22 | 19 | 64 | 21 | 3E |
| Octal | 223 | 276 | 175 | 27 | 0 | 42 | 31 | 144 | 41 | 76 |
| Binary | 10010011 | 10111110 | 1111101 | 10111 | 0 | 100010 | 11001 | 1100100 | 100001 | 111110 |
Color Harmonies of #93BE7D
Complementary color
Monochromatic Colors of #93BE7D
Black with #93BE7D
Text Example
Text Example
White with #93BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE7D; }
p { color: rgb(147,190,125); }
H1.HeaderClassName
{
color: #93BE7D;
}
.AnyTagClassName
{
color: #93BE7D;
}
</style>
background-color css
<style>
a { background-color: #93BE7D; }
a { background-color: rgb(147,190,125); }
div.DivClassName
{
background-color: #93BE7D;
}
.BgClassName
{
background-color: #93BE7D;
}
</style>
border-color css
<style>
span { border-color: #93BE7D; }
span { border-color: rgb(147,190,125); }
td.TdClassName
{
border-color: #93BE7D;
}
.TagClassName
{
border-color: #93BE7D;
}
</style>