Shades of Olivine #93BD71
Tints of Olivine #93BD71
RGB
CMYK
RGB Variations
Color information
#93BD71 (or 0x93BD71) is known color: Olivine. HEX triplet: 93, BD and 71. RGB value is (147,189,113). Sum of RGB (Red+Green+Blue) = 147+189+113=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD71 is #6C428E. Grayscale: #A8A8A8. Windows color (decimal): -7094927 or 7454099. OLE color: 7454099.
HSL color Cylindrical-coordinate representation of color #93BD71: hue angle of 93.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BD71 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 113 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.26 |
| HSL | 93.16º | 0.37% | 0.59% | - |
| HSV(B) | 93.16º | 0.4% | 0.74% | - |
| XYZ | 33.21 | 43.79 | 22.32 | - |
| YUV | 167.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 113 | 0.22 | 0 | 0.40 | 0.26 | 93.16 | 0.37 | 0.59 |
| Hex | 93 | BD | 71 | 16 | 0 | 28 | 1A | 5D | 25 | 3B |
| Octal | 223 | 275 | 161 | 26 | 0 | 50 | 32 | 135 | 45 | 73 |
| Binary | 10010011 | 10111101 | 1110001 | 10110 | 0 | 101000 | 11010 | 1011101 | 100101 | 111011 |
Color Harmonies of #93BD71
Complementary color
Monochromatic Colors of #93BD71
Black with #93BD71
Text Example
Text Example
White with #93BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD71; }
p { color: rgb(147,189,113); }
H1.HeaderClassName
{
color: #93BD71;
}
.AnyTagClassName
{
color: #93BD71;
}
</style>
background-color css
<style>
a { background-color: #93BD71; }
a { background-color: rgb(147,189,113); }
div.DivClassName
{
background-color: #93BD71;
}
.BgClassName
{
background-color: #93BD71;
}
</style>
border-color css
<style>
span { border-color: #93BD71; }
span { border-color: rgb(147,189,113); }
td.TdClassName
{
border-color: #93BD71;
}
.TagClassName
{
border-color: #93BD71;
}
</style>