Shades of Olivine #98B379
Tints of Olivine #98B379
RGB
CMYK
RGB Variations
Color information
#98B379 (or 0x98B379) is known color: Olivine. HEX triplet: 98, B3 and 79. RGB value is (152,179,121). Sum of RGB (Red+Green+Blue) = 152+179+121=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #98B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B379 is #674C86. Grayscale: #A4A4A4. Windows color (decimal): -6769799 or 7975832. OLE color: 7975832.
HSL color Cylindrical-coordinate representation of color #98B379: hue angle of 87.93º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B379 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 121 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.30 |
| HSL | 87.93º | 0.28% | 0.59% | - |
| HSV(B) | 87.93º | 0.32% | 0.7% | - |
| XYZ | 32.52 | 40.3 | 24.15 | - |
| YUV | 164.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 121 | 0.15 | 0 | 0.32 | 0.30 | 87.93 | 0.28 | 0.59 |
| Hex | 98 | B3 | 79 | F | 0 | 20 | 1E | 58 | 1C | 3B |
| Octal | 230 | 263 | 171 | 17 | 0 | 40 | 36 | 130 | 34 | 73 |
| Binary | 10011000 | 10110011 | 1111001 | 1111 | 0 | 100000 | 11110 | 1011000 | 11100 | 111011 |
Color Harmonies of #98B379
Complementary color
Monochromatic Colors of #98B379
Black with #98B379
Text Example
Text Example
White with #98B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B379; }
p { color: rgb(152,179,121); }
H1.HeaderClassName
{
color: #98B379;
}
.AnyTagClassName
{
color: #98B379;
}
</style>
background-color css
<style>
a { background-color: #98B379; }
a { background-color: rgb(152,179,121); }
div.DivClassName
{
background-color: #98B379;
}
.BgClassName
{
background-color: #98B379;
}
</style>
border-color css
<style>
span { border-color: #98B379; }
span { border-color: rgb(152,179,121); }
td.TdClassName
{
border-color: #98B379;
}
.TagClassName
{
border-color: #98B379;
}
</style>