Shades of Olivine #98D665
Tints of Olivine #98D665
RGB
CMYK
RGB Variations
Color information
#98D665 (or 0x98D665) is known color: Olivine. HEX triplet: 98, D6 and 65. RGB value is (152,214,101). Sum of RGB (Red+Green+Blue) = 152+214+101=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #98D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D665 is #67299A. Grayscale: #B6B6B6. Windows color (decimal): -6760859 or 6674072. OLE color: 6674072.
HSL color Cylindrical-coordinate representation of color #98D665: hue angle of 92.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98D665 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 101 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.16 |
| HSL | 92.92º | 0.58% | 0.62% | - |
| HSV(B) | 92.92º | 0.53% | 0.84% | - |
| XYZ | 39.34 | 55.71 | 20.99 | - |
| YUV | 182.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 101 | 0.29 | 0 | 0.53 | 0.16 | 92.92 | 0.58 | 0.62 |
| Hex | 98 | D6 | 65 | 1D | 0 | 35 | 10 | 5D | 3A | 3E |
| Octal | 230 | 326 | 145 | 35 | 0 | 65 | 20 | 135 | 72 | 76 |
| Binary | 10011000 | 11010110 | 1100101 | 11101 | 0 | 110101 | 10000 | 1011101 | 111010 | 111110 |
Color Harmonies of #98D665
Complementary color
Monochromatic Colors of #98D665
Black with #98D665
Text Example
Text Example
White with #98D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D665; }
p { color: rgb(152,214,101); }
H1.HeaderClassName
{
color: #98D665;
}
.AnyTagClassName
{
color: #98D665;
}
</style>
background-color css
<style>
a { background-color: #98D665; }
a { background-color: rgb(152,214,101); }
div.DivClassName
{
background-color: #98D665;
}
.BgClassName
{
background-color: #98D665;
}
</style>
border-color css
<style>
span { border-color: #98D665; }
span { border-color: rgb(152,214,101); }
td.TdClassName
{
border-color: #98D665;
}
.TagClassName
{
border-color: #98D665;
}
</style>