Shades of Olivine #98D666
Tints of Olivine #98D666
RGB
CMYK
RGB Variations
Color information
#98D666 (or 0x98D666) is known color: Olivine. HEX triplet: 98, D6 and 66. RGB value is (152,214,102). Sum of RGB (Red+Green+Blue) = 152+214+102=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #98D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D666 is #672999. Grayscale: #B7B7B7. Windows color (decimal): -6760858 or 6739608. OLE color: 6739608.
HSL color Cylindrical-coordinate representation of color #98D666: hue angle of 93.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98D666 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 102 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.16 |
| HSL | 93.21º | 0.58% | 0.62% | - |
| HSV(B) | 93.21º | 0.52% | 0.84% | - |
| XYZ | 39.39 | 55.73 | 21.25 | - |
| YUV | 182.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 102 | 0.29 | 0 | 0.52 | 0.16 | 93.21 | 0.58 | 0.62 |
| Hex | 98 | D6 | 66 | 1D | 0 | 34 | 10 | 5D | 3A | 3E |
| Octal | 230 | 326 | 146 | 35 | 0 | 64 | 20 | 135 | 72 | 76 |
| Binary | 10011000 | 11010110 | 1100110 | 11101 | 0 | 110100 | 10000 | 1011101 | 111010 | 111110 |
Color Harmonies of #98D666
Complementary color
Monochromatic Colors of #98D666
Black with #98D666
Text Example
Text Example
White with #98D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D666; }
p { color: rgb(152,214,102); }
H1.HeaderClassName
{
color: #98D666;
}
.AnyTagClassName
{
color: #98D666;
}
</style>
background-color css
<style>
a { background-color: #98D666; }
a { background-color: rgb(152,214,102); }
div.DivClassName
{
background-color: #98D666;
}
.BgClassName
{
background-color: #98D666;
}
</style>
border-color css
<style>
span { border-color: #98D666; }
span { border-color: rgb(152,214,102); }
td.TdClassName
{
border-color: #98D666;
}
.TagClassName
{
border-color: #98D666;
}
</style>