Shades of Olivine #93BD70
Tints of Olivine #93BD70
RGB
CMYK
RGB Variations
Color information
#93BD70 (or 0x93BD70) is known color: Olivine. HEX triplet: 93, BD and 70. RGB value is (147,189,112). Sum of RGB (Red+Green+Blue) = 147+189+112=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD70 is #6C428F. Grayscale: #A7A7A7. Windows color (decimal): -7094928 or 7388563. OLE color: 7388563.
HSL color Cylindrical-coordinate representation of color #93BD70: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BD70 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 112 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.26 |
| HSL | 92.73º | 0.37% | 0.59% | - |
| HSV(B) | 92.73º | 0.41% | 0.74% | - |
| XYZ | 33.15 | 43.77 | 22.03 | - |
| YUV | 167.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 112 | 0.22 | 0 | 0.41 | 0.26 | 92.73 | 0.37 | 0.59 |
| Hex | 93 | BD | 70 | 16 | 0 | 29 | 1A | 5D | 25 | 3B |
| Octal | 223 | 275 | 160 | 26 | 0 | 51 | 32 | 135 | 45 | 73 |
| Binary | 10010011 | 10111101 | 1110000 | 10110 | 0 | 101001 | 11010 | 1011101 | 100101 | 111011 |
Color Harmonies of #93BD70
Complementary color
Monochromatic Colors of #93BD70
Black with #93BD70
Text Example
Text Example
White with #93BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD70; }
p { color: rgb(147,189,112); }
H1.HeaderClassName
{
color: #93BD70;
}
.AnyTagClassName
{
color: #93BD70;
}
</style>
background-color css
<style>
a { background-color: #93BD70; }
a { background-color: rgb(147,189,112); }
div.DivClassName
{
background-color: #93BD70;
}
.BgClassName
{
background-color: #93BD70;
}
</style>
border-color css
<style>
span { border-color: #93BD70; }
span { border-color: rgb(147,189,112); }
td.TdClassName
{
border-color: #93BD70;
}
.TagClassName
{
border-color: #93BD70;
}
</style>