Shades of Olivine #93B06E
Tints of Olivine #93B06E
RGB
CMYK
RGB Variations
Color information
#93B06E (or 0x93B06E) is known color: Olivine. HEX triplet: 93, B0 and 6E. RGB value is (147,176,110). Sum of RGB (Red+Green+Blue) = 147+176+110=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #93B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B06E is #6C4F91. Grayscale: #A0A0A0. Windows color (decimal): -7098258 or 7254163. OLE color: 7254163.
HSL color Cylindrical-coordinate representation of color #93B06E: hue angle of 86.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B06E is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 110 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.31 |
| HSL | 86.36º | 0.29% | 0.56% | - |
| HSV(B) | 86.36º | 0.38% | 0.69% | - |
| XYZ | 30.37 | 38.38 | 20.56 | - |
| YUV | 159.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 110 | 0.16 | 0 | 0.37 | 0.31 | 86.36 | 0.29 | 0.56 |
| Hex | 93 | B0 | 6E | 10 | 0 | 25 | 1F | 56 | 1D | 38 |
| Octal | 223 | 260 | 156 | 20 | 0 | 45 | 37 | 126 | 35 | 70 |
| Binary | 10010011 | 10110000 | 1101110 | 10000 | 0 | 100101 | 11111 | 1010110 | 11101 | 111000 |
Color Harmonies of #93B06E
Complementary color
Monochromatic Colors of #93B06E
Black with #93B06E
Text Example
Text Example
White with #93B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B06E; }
p { color: rgb(147,176,110); }
H1.HeaderClassName
{
color: #93B06E;
}
.AnyTagClassName
{
color: #93B06E;
}
</style>
background-color css
<style>
a { background-color: #93B06E; }
a { background-color: rgb(147,176,110); }
div.DivClassName
{
background-color: #93B06E;
}
.BgClassName
{
background-color: #93B06E;
}
</style>
border-color css
<style>
span { border-color: #93B06E; }
span { border-color: rgb(147,176,110); }
td.TdClassName
{
border-color: #93B06E;
}
.TagClassName
{
border-color: #93B06E;
}
</style>