Shades of Olivine #98B870
Tints of Olivine #98B870
RGB
CMYK
RGB Variations
Color information
#98B870 (or 0x98B870) is known color: Olivine. HEX triplet: 98, B8 and 70. RGB value is (152,184,112). Sum of RGB (Red+Green+Blue) = 152+184+112=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #98B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B870 is #67478F. Grayscale: #A6A6A6. Windows color (decimal): -6768528 or 7387288. OLE color: 7387288.
HSL color Cylindrical-coordinate representation of color #98B870: hue angle of 86.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98B870 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 112 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.28 |
| HSL | 86.67º | 0.34% | 0.58% | - |
| HSV(B) | 86.67º | 0.39% | 0.72% | - |
| XYZ | 33.01 | 42.13 | 21.72 | - |
| YUV | 166.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 112 | 0.17 | 0 | 0.39 | 0.28 | 86.67 | 0.34 | 0.58 |
| Hex | 98 | B8 | 70 | 11 | 0 | 27 | 1C | 57 | 22 | 3A |
| Octal | 230 | 270 | 160 | 21 | 0 | 47 | 34 | 127 | 42 | 72 |
| Binary | 10011000 | 10111000 | 1110000 | 10001 | 0 | 100111 | 11100 | 1010111 | 100010 | 111010 |
Color Harmonies of #98B870
Complementary color
Monochromatic Colors of #98B870
Black with #98B870
Text Example
Text Example
White with #98B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B870; }
p { color: rgb(152,184,112); }
H1.HeaderClassName
{
color: #98B870;
}
.AnyTagClassName
{
color: #98B870;
}
</style>
background-color css
<style>
a { background-color: #98B870; }
a { background-color: rgb(152,184,112); }
div.DivClassName
{
background-color: #98B870;
}
.BgClassName
{
background-color: #98B870;
}
</style>
border-color css
<style>
span { border-color: #98B870; }
span { border-color: rgb(152,184,112); }
td.TdClassName
{
border-color: #98B870;
}
.TagClassName
{
border-color: #98B870;
}
</style>