Shades of Olivine #93BD6F
Tints of Olivine #93BD6F
RGB
CMYK
RGB Variations
Color information
#93BD6F (or 0x93BD6F) is known color: Olivine. HEX triplet: 93, BD and 6F. RGB value is (147,189,111). Sum of RGB (Red+Green+Blue) = 147+189+111=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD6F is #6C4290. Grayscale: #A7A7A7. Windows color (decimal): -7094929 or 7323027. OLE color: 7323027.
HSL color Cylindrical-coordinate representation of color #93BD6F: hue angle of 92.31º 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 #93BD6F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 111 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.26 |
| HSL | 92.31º | 0.37% | 0.59% | - |
| HSV(B) | 92.31º | 0.41% | 0.74% | - |
| XYZ | 33.1 | 43.75 | 21.74 | - |
| YUV | 167.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 111 | 0.22 | 0 | 0.41 | 0.26 | 92.31 | 0.37 | 0.59 |
| Hex | 93 | BD | 6F | 16 | 0 | 29 | 1A | 5C | 25 | 3B |
| Octal | 223 | 275 | 157 | 26 | 0 | 51 | 32 | 134 | 45 | 73 |
| Binary | 10010011 | 10111101 | 1101111 | 10110 | 0 | 101001 | 11010 | 1011100 | 100101 | 111011 |
Color Harmonies of #93BD6F
Complementary color
Monochromatic Colors of #93BD6F
Black with #93BD6F
Text Example
Text Example
White with #93BD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD6F; }
p { color: rgb(147,189,111); }
H1.HeaderClassName
{
color: #93BD6F;
}
.AnyTagClassName
{
color: #93BD6F;
}
</style>
background-color css
<style>
a { background-color: #93BD6F; }
a { background-color: rgb(147,189,111); }
div.DivClassName
{
background-color: #93BD6F;
}
.BgClassName
{
background-color: #93BD6F;
}
</style>
border-color css
<style>
span { border-color: #93BD6F; }
span { border-color: rgb(147,189,111); }
td.TdClassName
{
border-color: #93BD6F;
}
.TagClassName
{
border-color: #93BD6F;
}
</style>