Shades of Olivine #98C079
Tints of Olivine #98C079
RGB
CMYK
RGB Variations
Color information
#98C079 (or 0x98C079) is known color: Olivine. HEX triplet: 98, C0 and 79. RGB value is (152,192,121). Sum of RGB (Red+Green+Blue) = 152+192+121=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #98C079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C079 is #673F86. Grayscale: #ACACAC. Windows color (decimal): -6766471 or 7979160. OLE color: 7979160.
HSL color Cylindrical-coordinate representation of color #98C079: hue angle of 93.8º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98C079 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 121 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.25 |
| HSL | 93.8º | 0.36% | 0.61% | - |
| HSV(B) | 93.8º | 0.37% | 0.75% | - |
| XYZ | 35.25 | 45.76 | 25.06 | - |
| YUV | 171.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 121 | 0.21 | 0 | 0.37 | 0.25 | 93.8 | 0.36 | 0.61 |
| Hex | 98 | C0 | 79 | 15 | 0 | 25 | 19 | 5E | 24 | 3D |
| Octal | 230 | 300 | 171 | 25 | 0 | 45 | 31 | 136 | 44 | 75 |
| Binary | 10011000 | 11000000 | 1111001 | 10101 | 0 | 100101 | 11001 | 1011110 | 100100 | 111101 |
Color Harmonies of #98C079
Complementary color
Monochromatic Colors of #98C079
Black with #98C079
Text Example
Text Example
White with #98C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C079; }
p { color: rgb(152,192,121); }
H1.HeaderClassName
{
color: #98C079;
}
.AnyTagClassName
{
color: #98C079;
}
</style>
background-color css
<style>
a { background-color: #98C079; }
a { background-color: rgb(152,192,121); }
div.DivClassName
{
background-color: #98C079;
}
.BgClassName
{
background-color: #98C079;
}
</style>
border-color css
<style>
span { border-color: #98C079; }
span { border-color: rgb(152,192,121); }
td.TdClassName
{
border-color: #98C079;
}
.TagClassName
{
border-color: #98C079;
}
</style>