Shades of Olivine #98BA68
Tints of Olivine #98BA68
RGB
CMYK
RGB Variations
Color information
#98BA68 (or 0x98BA68) is known color: Olivine. HEX triplet: 98, BA and 68. RGB value is (152,186,104). Sum of RGB (Red+Green+Blue) = 152+186+104=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA68 is #674597. Grayscale: #A6A6A6. Windows color (decimal): -6768024 or 6863512. OLE color: 6863512.
HSL color Cylindrical-coordinate representation of color #98BA68: hue angle of 84.88º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98BA68 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 104 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.27 |
| HSL | 84.88º | 0.37% | 0.57% | - |
| HSV(B) | 84.88º | 0.44% | 0.73% | - |
| XYZ | 33.01 | 42.79 | 19.62 | - |
| YUV | 166.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 104 | 0.18 | 0 | 0.44 | 0.27 | 84.88 | 0.37 | 0.57 |
| Hex | 98 | BA | 68 | 12 | 0 | 2C | 1B | 55 | 25 | 39 |
| Octal | 230 | 272 | 150 | 22 | 0 | 54 | 33 | 125 | 45 | 71 |
| Binary | 10011000 | 10111010 | 1101000 | 10010 | 0 | 101100 | 11011 | 1010101 | 100101 | 111001 |
Color Harmonies of #98BA68
Complementary color
Monochromatic Colors of #98BA68
Black with #98BA68
Text Example
Text Example
White with #98BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA68; }
p { color: rgb(152,186,104); }
H1.HeaderClassName
{
color: #98BA68;
}
.AnyTagClassName
{
color: #98BA68;
}
</style>
background-color css
<style>
a { background-color: #98BA68; }
a { background-color: rgb(152,186,104); }
div.DivClassName
{
background-color: #98BA68;
}
.BgClassName
{
background-color: #98BA68;
}
</style>
border-color css
<style>
span { border-color: #98BA68; }
span { border-color: rgb(152,186,104); }
td.TdClassName
{
border-color: #98BA68;
}
.TagClassName
{
border-color: #98BA68;
}
</style>