Shades of Olivine #93B468
Tints of Olivine #93B468
RGB
CMYK
RGB Variations
Color information
#93B468 (or 0x93B468) is known color: Olivine. HEX triplet: 93, B4 and 68. RGB value is (147,180,104). Sum of RGB (Red+Green+Blue) = 147+180+104=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #93B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B468 is #6C4B97. Grayscale: #A1A1A1. Windows color (decimal): -7097240 or 6861971. OLE color: 6861971.
HSL color Cylindrical-coordinate representation of color #93B468: hue angle of 86.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B468 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 104 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.29 |
| HSL | 86.05º | 0.34% | 0.56% | - |
| HSV(B) | 86.05º | 0.42% | 0.71% | - |
| XYZ | 30.85 | 39.85 | 19.16 | - |
| YUV | 161.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 104 | 0.18 | 0 | 0.42 | 0.29 | 86.05 | 0.34 | 0.56 |
| Hex | 93 | B4 | 68 | 12 | 0 | 2A | 1D | 56 | 22 | 38 |
| Octal | 223 | 264 | 150 | 22 | 0 | 52 | 35 | 126 | 42 | 70 |
| Binary | 10010011 | 10110100 | 1101000 | 10010 | 0 | 101010 | 11101 | 1010110 | 100010 | 111000 |
Color Harmonies of #93B468
Complementary color
Monochromatic Colors of #93B468
Black with #93B468
Text Example
Text Example
White with #93B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B468; }
p { color: rgb(147,180,104); }
H1.HeaderClassName
{
color: #93B468;
}
.AnyTagClassName
{
color: #93B468;
}
</style>
background-color css
<style>
a { background-color: #93B468; }
a { background-color: rgb(147,180,104); }
div.DivClassName
{
background-color: #93B468;
}
.BgClassName
{
background-color: #93B468;
}
</style>
border-color css
<style>
span { border-color: #93B468; }
span { border-color: rgb(147,180,104); }
td.TdClassName
{
border-color: #93B468;
}
.TagClassName
{
border-color: #93B468;
}
</style>