Shades of Olivine #93B678
Tints of Olivine #93B678
RGB
CMYK
RGB Variations
Color information
#93B678 (or 0x93B678) is known color: Olivine. HEX triplet: 93, B6 and 78. RGB value is (147,182,120). Sum of RGB (Red+Green+Blue) = 147+182+120=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #93B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B678 is #6C4987. Grayscale: #A4A4A4. Windows color (decimal): -7096712 or 7911059. OLE color: 7911059.
HSL color Cylindrical-coordinate representation of color #93B678: hue angle of 93.87º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B678 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 182 | 120 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.29 |
| HSL | 93.87º | 0.3% | 0.59% | - |
| HSV(B) | 93.87º | 0.34% | 0.71% | - |
| XYZ | 32.15 | 41.02 | 23.99 | - |
| YUV | 164.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 182 | 120 | 0.19 | 0 | 0.34 | 0.29 | 93.87 | 0.3 | 0.59 |
| Hex | 93 | B6 | 78 | 13 | 0 | 22 | 1D | 5E | 1E | 3B |
| Octal | 223 | 266 | 170 | 23 | 0 | 42 | 35 | 136 | 36 | 73 |
| Binary | 10010011 | 10110110 | 1111000 | 10011 | 0 | 100010 | 11101 | 1011110 | 11110 | 111011 |
Color Harmonies of #93B678
Complementary color
Monochromatic Colors of #93B678
Black with #93B678
Text Example
Text Example
White with #93B678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B678; }
p { color: rgb(147,182,120); }
H1.HeaderClassName
{
color: #93B678;
}
.AnyTagClassName
{
color: #93B678;
}
</style>
background-color css
<style>
a { background-color: #93B678; }
a { background-color: rgb(147,182,120); }
div.DivClassName
{
background-color: #93B678;
}
.BgClassName
{
background-color: #93B678;
}
</style>
border-color css
<style>
span { border-color: #93B678; }
span { border-color: rgb(147,182,120); }
td.TdClassName
{
border-color: #93B678;
}
.TagClassName
{
border-color: #93B678;
}
</style>