Shades of Olivine #98C676
Tints of Olivine #98C676
RGB
CMYK
RGB Variations
Color information
#98C676 (or 0x98C676) is known color: Olivine. HEX triplet: 98, C6 and 76. RGB value is (152,198,118). Sum of RGB (Red+Green+Blue) = 152+198+118=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #98C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C676 is #673989. Grayscale: #AFAFAF. Windows color (decimal): -6764938 or 7784088. OLE color: 7784088.
HSL color Cylindrical-coordinate representation of color #98C676: hue angle of 94.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C676 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 118 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.22 |
| HSL | 94.5º | 0.41% | 0.62% | - |
| HSV(B) | 94.5º | 0.4% | 0.78% | - |
| XYZ | 36.41 | 48.37 | 24.56 | - |
| YUV | 175.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 118 | 0.23 | 0 | 0.40 | 0.22 | 94.5 | 0.41 | 0.62 |
| Hex | 98 | C6 | 76 | 17 | 0 | 28 | 16 | 5E | 29 | 3E |
| Octal | 230 | 306 | 166 | 27 | 0 | 50 | 26 | 136 | 51 | 76 |
| Binary | 10011000 | 11000110 | 1110110 | 10111 | 0 | 101000 | 10110 | 1011110 | 101001 | 111110 |
Color Harmonies of #98C676
Complementary color
Monochromatic Colors of #98C676
Black with #98C676
Text Example
Text Example
White with #98C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C676; }
p { color: rgb(152,198,118); }
H1.HeaderClassName
{
color: #98C676;
}
.AnyTagClassName
{
color: #98C676;
}
</style>
background-color css
<style>
a { background-color: #98C676; }
a { background-color: rgb(152,198,118); }
div.DivClassName
{
background-color: #98C676;
}
.BgClassName
{
background-color: #98C676;
}
</style>
border-color css
<style>
span { border-color: #98C676; }
span { border-color: rgb(152,198,118); }
td.TdClassName
{
border-color: #98C676;
}
.TagClassName
{
border-color: #98C676;
}
</style>