Shades of Olivine #93BD6C
Tints of Olivine #93BD6C
RGB
CMYK
RGB Variations
Color information
#93BD6C (or 0x93BD6C) is known color: Olivine. HEX triplet: 93, BD and 6C. RGB value is (147,189,108). Sum of RGB (Red+Green+Blue) = 147+189+108=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD6C is #6C4293. Grayscale: #A7A7A7. Windows color (decimal): -7094932 or 7126419. OLE color: 7126419.
HSL color Cylindrical-coordinate representation of color #93BD6C: hue angle of 91.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93BD6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 108 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.26 |
| HSL | 91.11º | 0.38% | 0.58% | - |
| HSV(B) | 91.11º | 0.43% | 0.74% | - |
| XYZ | 32.94 | 43.68 | 20.88 | - |
| YUV | 167.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 108 | 0.22 | 0 | 0.43 | 0.26 | 91.11 | 0.38 | 0.58 |
| Hex | 93 | BD | 6C | 16 | 0 | 2B | 1A | 5B | 26 | 3A |
| Octal | 223 | 275 | 154 | 26 | 0 | 53 | 32 | 133 | 46 | 72 |
| Binary | 10010011 | 10111101 | 1101100 | 10110 | 0 | 101011 | 11010 | 1011011 | 100110 | 111010 |
Color Harmonies of #93BD6C
Complementary color
Monochromatic Colors of #93BD6C
Black with #93BD6C
Text Example
Text Example
White with #93BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD6C; }
p { color: rgb(147,189,108); }
H1.HeaderClassName
{
color: #93BD6C;
}
.AnyTagClassName
{
color: #93BD6C;
}
</style>
background-color css
<style>
a { background-color: #93BD6C; }
a { background-color: rgb(147,189,108); }
div.DivClassName
{
background-color: #93BD6C;
}
.BgClassName
{
background-color: #93BD6C;
}
</style>
border-color css
<style>
span { border-color: #93BD6C; }
span { border-color: rgb(147,189,108); }
td.TdClassName
{
border-color: #93BD6C;
}
.TagClassName
{
border-color: #93BD6C;
}
</style>