Shades of Olivine #98D06D
Tints of Olivine #98D06D
RGB
CMYK
RGB Variations
Color information
#98D06D (or 0x98D06D) is known color: Olivine. HEX triplet: 98, D0 and 6D. RGB value is (152,208,109). Sum of RGB (Red+Green+Blue) = 152+208+109=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #98D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D06D is #672F92. Grayscale: #B4B4B4. Windows color (decimal): -6762387 or 7196824. OLE color: 7196824.
HSL color Cylindrical-coordinate representation of color #98D06D: hue angle of 93.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98D06D is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 109 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.18 |
| HSL | 93.94º | 0.51% | 0.62% | - |
| HSV(B) | 93.94º | 0.48% | 0.82% | - |
| XYZ | 38.27 | 52.89 | 22.66 | - |
| YUV | 179.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 109 | 0.27 | 0 | 0.48 | 0.18 | 93.94 | 0.51 | 0.62 |
| Hex | 98 | D0 | 6D | 1B | 0 | 30 | 12 | 5E | 33 | 3E |
| Octal | 230 | 320 | 155 | 33 | 0 | 60 | 22 | 136 | 63 | 76 |
| Binary | 10011000 | 11010000 | 1101101 | 11011 | 0 | 110000 | 10010 | 1011110 | 110011 | 111110 |
Color Harmonies of #98D06D
Complementary color
Monochromatic Colors of #98D06D
Black with #98D06D
Text Example
Text Example
White with #98D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D06D; }
p { color: rgb(152,208,109); }
H1.HeaderClassName
{
color: #98D06D;
}
.AnyTagClassName
{
color: #98D06D;
}
</style>
background-color css
<style>
a { background-color: #98D06D; }
a { background-color: rgb(152,208,109); }
div.DivClassName
{
background-color: #98D06D;
}
.BgClassName
{
background-color: #98D06D;
}
</style>
border-color css
<style>
span { border-color: #98D06D; }
span { border-color: rgb(152,208,109); }
td.TdClassName
{
border-color: #98D06D;
}
.TagClassName
{
border-color: #98D06D;
}
</style>