Shades of Olivine #93B367
Tints of Olivine #93B367
RGB
CMYK
RGB Variations
Color information
#93B367 (or 0x93B367) is known color: Olivine. HEX triplet: 93, B3 and 67. RGB value is (147,179,103). Sum of RGB (Red+Green+Blue) = 147+179+103=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #93B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B367 is #6C4C98. Grayscale: #A1A1A1. Windows color (decimal): -7097497 or 6796179. OLE color: 6796179.
HSL color Cylindrical-coordinate representation of color #93B367: hue angle of 85.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B367 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 103 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.30 |
| HSL | 85.26º | 0.33% | 0.55% | - |
| HSV(B) | 85.26º | 0.42% | 0.7% | - |
| XYZ | 30.6 | 39.42 | 18.83 | - |
| YUV | 160.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 103 | 0.18 | 0 | 0.42 | 0.30 | 85.26 | 0.33 | 0.55 |
| Hex | 93 | B3 | 67 | 12 | 0 | 2A | 1E | 55 | 21 | 37 |
| Octal | 223 | 263 | 147 | 22 | 0 | 52 | 36 | 125 | 41 | 67 |
| Binary | 10010011 | 10110011 | 1100111 | 10010 | 0 | 101010 | 11110 | 1010101 | 100001 | 110111 |
Color Harmonies of #93B367
Complementary color
Monochromatic Colors of #93B367
Black with #93B367
Text Example
Text Example
White with #93B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B367; }
p { color: rgb(147,179,103); }
H1.HeaderClassName
{
color: #93B367;
}
.AnyTagClassName
{
color: #93B367;
}
</style>
background-color css
<style>
a { background-color: #93B367; }
a { background-color: rgb(147,179,103); }
div.DivClassName
{
background-color: #93B367;
}
.BgClassName
{
background-color: #93B367;
}
</style>
border-color css
<style>
span { border-color: #93B367; }
span { border-color: rgb(147,179,103); }
td.TdClassName
{
border-color: #93B367;
}
.TagClassName
{
border-color: #93B367;
}
</style>