Shades of Olivine #93B36D
Tints of Olivine #93B36D
RGB
CMYK
RGB Variations
Color information
#93B36D (or 0x93B36D) is known color: Olivine. HEX triplet: 93, B3 and 6D. RGB value is (147,179,109). Sum of RGB (Red+Green+Blue) = 147+179+109=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #93B36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B36D is #6C4C92. Grayscale: #A1A1A1. Windows color (decimal): -7097491 or 7189395. OLE color: 7189395.
HSL color Cylindrical-coordinate representation of color #93B36D: hue angle of 87.43º degrees, saturation: 0.32, 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 #93B36D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 109 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.30 |
| HSL | 87.43º | 0.32% | 0.56% | - |
| HSV(B) | 87.43º | 0.39% | 0.7% | - |
| XYZ | 30.91 | 39.55 | 20.47 | - |
| YUV | 161.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 109 | 0.18 | 0 | 0.39 | 0.30 | 87.43 | 0.32 | 0.56 |
| Hex | 93 | B3 | 6D | 12 | 0 | 27 | 1E | 57 | 20 | 38 |
| Octal | 223 | 263 | 155 | 22 | 0 | 47 | 36 | 127 | 40 | 70 |
| Binary | 10010011 | 10110011 | 1101101 | 10010 | 0 | 100111 | 11110 | 1010111 | 100000 | 111000 |
Color Harmonies of #93B36D
Complementary color
Monochromatic Colors of #93B36D
Black with #93B36D
Text Example
Text Example
White with #93B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B36D; }
p { color: rgb(147,179,109); }
H1.HeaderClassName
{
color: #93B36D;
}
.AnyTagClassName
{
color: #93B36D;
}
</style>
background-color css
<style>
a { background-color: #93B36D; }
a { background-color: rgb(147,179,109); }
div.DivClassName
{
background-color: #93B36D;
}
.BgClassName
{
background-color: #93B36D;
}
</style>
border-color css
<style>
span { border-color: #93B36D; }
span { border-color: rgb(147,179,109); }
td.TdClassName
{
border-color: #93B36D;
}
.TagClassName
{
border-color: #93B36D;
}
</style>