Shades of Olivine #93B26D
Tints of Olivine #93B26D
RGB
CMYK
RGB Variations
Color information
#93B26D (or 0x93B26D) is known color: Olivine. HEX triplet: 93, B2 and 6D. RGB value is (147,178,109). Sum of RGB (Red+Green+Blue) = 147+178+109=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #93B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B26D is #6C4D92. Grayscale: #A1A1A1. Windows color (decimal): -7097747 or 7189139. OLE color: 7189139.
HSL color Cylindrical-coordinate representation of color #93B26D: hue angle of 86.96º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B26D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 178 | 109 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.30 |
| HSL | 86.96º | 0.31% | 0.56% | - |
| HSV(B) | 86.96º | 0.39% | 0.7% | - |
| XYZ | 30.71 | 39.15 | 20.41 | - |
| YUV | 160.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 178 | 109 | 0.17 | 0 | 0.39 | 0.30 | 86.96 | 0.31 | 0.56 |
| Hex | 93 | B2 | 6D | 11 | 0 | 27 | 1E | 57 | 1F | 38 |
| Octal | 223 | 262 | 155 | 21 | 0 | 47 | 36 | 127 | 37 | 70 |
| Binary | 10010011 | 10110010 | 1101101 | 10001 | 0 | 100111 | 11110 | 1010111 | 11111 | 111000 |
Color Harmonies of #93B26D
Complementary color
Monochromatic Colors of #93B26D
Black with #93B26D
Text Example
Text Example
White with #93B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B26D; }
p { color: rgb(147,178,109); }
H1.HeaderClassName
{
color: #93B26D;
}
.AnyTagClassName
{
color: #93B26D;
}
</style>
background-color css
<style>
a { background-color: #93B26D; }
a { background-color: rgb(147,178,109); }
div.DivClassName
{
background-color: #93B26D;
}
.BgClassName
{
background-color: #93B26D;
}
</style>
border-color css
<style>
span { border-color: #93B26D; }
span { border-color: rgb(147,178,109); }
td.TdClassName
{
border-color: #93B26D;
}
.TagClassName
{
border-color: #93B26D;
}
</style>