Shades of Olivine #98C579
Tints of Olivine #98C579
RGB
CMYK
RGB Variations
Color information
#98C579 (or 0x98C579) is known color: Olivine. HEX triplet: 98, C5 and 79. RGB value is (152,197,121). Sum of RGB (Red+Green+Blue) = 152+197+121=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #98C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C579 is #673A86. Grayscale: #AFAFAF. Windows color (decimal): -6765191 or 7980440. OLE color: 7980440.
HSL color Cylindrical-coordinate representation of color #98C579: hue angle of 95.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98C579 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 121 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.23 |
| HSL | 95.53º | 0.4% | 0.62% | - |
| HSV(B) | 95.53º | 0.39% | 0.77% | - |
| XYZ | 36.37 | 47.99 | 25.44 | - |
| YUV | 174.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 121 | 0.23 | 0 | 0.39 | 0.23 | 95.53 | 0.4 | 0.62 |
| Hex | 98 | C5 | 79 | 17 | 0 | 27 | 17 | 60 | 28 | 3E |
| Octal | 230 | 305 | 171 | 27 | 0 | 47 | 27 | 140 | 50 | 76 |
| Binary | 10011000 | 11000101 | 1111001 | 10111 | 0 | 100111 | 10111 | 1100000 | 101000 | 111110 |
Color Harmonies of #98C579
Complementary color
Monochromatic Colors of #98C579
Black with #98C579
Text Example
Text Example
White with #98C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C579; }
p { color: rgb(152,197,121); }
H1.HeaderClassName
{
color: #98C579;
}
.AnyTagClassName
{
color: #98C579;
}
</style>
background-color css
<style>
a { background-color: #98C579; }
a { background-color: rgb(152,197,121); }
div.DivClassName
{
background-color: #98C579;
}
.BgClassName
{
background-color: #98C579;
}
</style>
border-color css
<style>
span { border-color: #98C579; }
span { border-color: rgb(152,197,121); }
td.TdClassName
{
border-color: #98C579;
}
.TagClassName
{
border-color: #98C579;
}
</style>