Shades of Olivine #98B979
Tints of Olivine #98B979
RGB
CMYK
RGB Variations
Color information
#98B979 (or 0x98B979) is known color: Olivine. HEX triplet: 98, B9 and 79. RGB value is (152,185,121). Sum of RGB (Red+Green+Blue) = 152+185+121=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #98B979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B979 is #674686. Grayscale: #A8A8A8. Windows color (decimal): -6768263 or 7977368. OLE color: 7977368.
HSL color Cylindrical-coordinate representation of color #98B979: hue angle of 90.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98B979 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 121 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.27 |
| HSL | 90.94º | 0.31% | 0.6% | - |
| HSV(B) | 90.94º | 0.35% | 0.73% | - |
| XYZ | 33.75 | 42.75 | 24.56 | - |
| YUV | 167.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 121 | 0.18 | 0 | 0.35 | 0.27 | 90.94 | 0.31 | 0.6 |
| Hex | 98 | B9 | 79 | 12 | 0 | 23 | 1B | 5B | 1F | 3C |
| Octal | 230 | 271 | 171 | 22 | 0 | 43 | 33 | 133 | 37 | 74 |
| Binary | 10011000 | 10111001 | 1111001 | 10010 | 0 | 100011 | 11011 | 1011011 | 11111 | 111100 |
Color Harmonies of #98B979
Complementary color
Monochromatic Colors of #98B979
Black with #98B979
Text Example
Text Example
White with #98B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B979; }
p { color: rgb(152,185,121); }
H1.HeaderClassName
{
color: #98B979;
}
.AnyTagClassName
{
color: #98B979;
}
</style>
background-color css
<style>
a { background-color: #98B979; }
a { background-color: rgb(152,185,121); }
div.DivClassName
{
background-color: #98B979;
}
.BgClassName
{
background-color: #98B979;
}
</style>
border-color css
<style>
span { border-color: #98B979; }
span { border-color: rgb(152,185,121); }
td.TdClassName
{
border-color: #98B979;
}
.TagClassName
{
border-color: #98B979;
}
</style>