Shades of Olivine #98C168
Tints of Olivine #98C168
RGB
CMYK
RGB Variations
Color information
#98C168 (or 0x98C168) is known color: Olivine. HEX triplet: 98, C1 and 68. RGB value is (152,193,104). Sum of RGB (Red+Green+Blue) = 152+193+104=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #98C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C168 is #673E97. Grayscale: #AAAAAA. Windows color (decimal): -6766232 or 6865304. OLE color: 6865304.
HSL color Cylindrical-coordinate representation of color #98C168: hue angle of 87.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98C168 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 104 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.24 |
| HSL | 87.64º | 0.42% | 0.58% | - |
| HSV(B) | 87.64º | 0.46% | 0.76% | - |
| XYZ | 34.52 | 45.81 | 20.12 | - |
| YUV | 170.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 104 | 0.21 | 0 | 0.46 | 0.24 | 87.64 | 0.42 | 0.58 |
| Hex | 98 | C1 | 68 | 15 | 0 | 2E | 18 | 58 | 2A | 3A |
| Octal | 230 | 301 | 150 | 25 | 0 | 56 | 30 | 130 | 52 | 72 |
| Binary | 10011000 | 11000001 | 1101000 | 10101 | 0 | 101110 | 11000 | 1011000 | 101010 | 111010 |
Color Harmonies of #98C168
Complementary color
Monochromatic Colors of #98C168
Black with #98C168
Text Example
Text Example
White with #98C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C168; }
p { color: rgb(152,193,104); }
H1.HeaderClassName
{
color: #98C168;
}
.AnyTagClassName
{
color: #98C168;
}
</style>
background-color css
<style>
a { background-color: #98C168; }
a { background-color: rgb(152,193,104); }
div.DivClassName
{
background-color: #98C168;
}
.BgClassName
{
background-color: #98C168;
}
</style>
border-color css
<style>
span { border-color: #98C168; }
span { border-color: rgb(152,193,104); }
td.TdClassName
{
border-color: #98C168;
}
.TagClassName
{
border-color: #98C168;
}
</style>