Shades of Olivine #93B868
Tints of Olivine #93B868
RGB
CMYK
RGB Variations
Color information
#93B868 (or 0x93B868) is known color: Olivine. HEX triplet: 93, B8 and 68. RGB value is (147,184,104). Sum of RGB (Red+Green+Blue) = 147+184+104=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #93B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B868 is #6C4797. Grayscale: #A4A4A4. Windows color (decimal): -7096216 or 6862995. OLE color: 6862995.
HSL color Cylindrical-coordinate representation of color #93B868: hue angle of 87.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93B868 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 104 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.28 |
| HSL | 87.75º | 0.36% | 0.56% | - |
| HSV(B) | 87.75º | 0.43% | 0.72% | - |
| XYZ | 31.67 | 41.48 | 19.43 | - |
| YUV | 163.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 104 | 0.20 | 0 | 0.43 | 0.28 | 87.75 | 0.36 | 0.56 |
| Hex | 93 | B8 | 68 | 14 | 0 | 2B | 1C | 58 | 24 | 38 |
| Octal | 223 | 270 | 150 | 24 | 0 | 53 | 34 | 130 | 44 | 70 |
| Binary | 10010011 | 10111000 | 1101000 | 10100 | 0 | 101011 | 11100 | 1011000 | 100100 | 111000 |
Color Harmonies of #93B868
Complementary color
Monochromatic Colors of #93B868
Black with #93B868
Text Example
Text Example
White with #93B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B868; }
p { color: rgb(147,184,104); }
H1.HeaderClassName
{
color: #93B868;
}
.AnyTagClassName
{
color: #93B868;
}
</style>
background-color css
<style>
a { background-color: #93B868; }
a { background-color: rgb(147,184,104); }
div.DivClassName
{
background-color: #93B868;
}
.BgClassName
{
background-color: #93B868;
}
</style>
border-color css
<style>
span { border-color: #93B868; }
span { border-color: rgb(147,184,104); }
td.TdClassName
{
border-color: #93B868;
}
.TagClassName
{
border-color: #93B868;
}
</style>