Shades of Olivine #93B378
Tints of Olivine #93B378
RGB
CMYK
RGB Variations
Color information
#93B378 (or 0x93B378) is known color: Olivine. HEX triplet: 93, B3 and 78. RGB value is (147,179,120). Sum of RGB (Red+Green+Blue) = 147+179+120=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #93B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B378 is #6C4C87. Grayscale: #A2A2A2. Windows color (decimal): -7097480 or 7910291. OLE color: 7910291.
HSL color Cylindrical-coordinate representation of color #93B378: hue angle of 92.54º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B378 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 120 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.30 |
| HSL | 92.54º | 0.28% | 0.59% | - |
| HSV(B) | 92.54º | 0.33% | 0.7% | - |
| XYZ | 31.54 | 39.8 | 23.79 | - |
| YUV | 162.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 120 | 0.18 | 0 | 0.33 | 0.30 | 92.54 | 0.28 | 0.59 |
| Hex | 93 | B3 | 78 | 12 | 0 | 21 | 1E | 5D | 1C | 3B |
| Octal | 223 | 263 | 170 | 22 | 0 | 41 | 36 | 135 | 34 | 73 |
| Binary | 10010011 | 10110011 | 1111000 | 10010 | 0 | 100001 | 11110 | 1011101 | 11100 | 111011 |
Color Harmonies of #93B378
Complementary color
Monochromatic Colors of #93B378
Black with #93B378
Text Example
Text Example
White with #93B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B378; }
p { color: rgb(147,179,120); }
H1.HeaderClassName
{
color: #93B378;
}
.AnyTagClassName
{
color: #93B378;
}
</style>
background-color css
<style>
a { background-color: #93B378; }
a { background-color: rgb(147,179,120); }
div.DivClassName
{
background-color: #93B378;
}
.BgClassName
{
background-color: #93B378;
}
</style>
border-color css
<style>
span { border-color: #93B378; }
span { border-color: rgb(147,179,120); }
td.TdClassName
{
border-color: #93B378;
}
.TagClassName
{
border-color: #93B378;
}
</style>