Shades of Olivine #98C875
Tints of Olivine #98C875
RGB
CMYK
RGB Variations
Color information
#98C875 (or 0x98C875) is known color: Olivine. HEX triplet: 98, C8 and 75. RGB value is (152,200,117). Sum of RGB (Red+Green+Blue) = 152+200+117=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #98C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C875 is #67378A. Grayscale: #B0B0B0. Windows color (decimal): -6764427 or 7719064. OLE color: 7719064.
HSL color Cylindrical-coordinate representation of color #98C875: hue angle of 94.7º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C875 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 117 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.22 |
| HSL | 94.7º | 0.43% | 0.62% | - |
| HSV(B) | 94.7º | 0.42% | 0.78% | - |
| XYZ | 36.81 | 49.27 | 24.4 | - |
| YUV | 176.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 117 | 0.24 | 0 | 0.42 | 0.22 | 94.7 | 0.43 | 0.62 |
| Hex | 98 | C8 | 75 | 18 | 0 | 2A | 16 | 5F | 2B | 3E |
| Octal | 230 | 310 | 165 | 30 | 0 | 52 | 26 | 137 | 53 | 76 |
| Binary | 10011000 | 11001000 | 1110101 | 11000 | 0 | 101010 | 10110 | 1011111 | 101011 | 111110 |
Color Harmonies of #98C875
Complementary color
Monochromatic Colors of #98C875
Black with #98C875
Text Example
Text Example
White with #98C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C875; }
p { color: rgb(152,200,117); }
H1.HeaderClassName
{
color: #98C875;
}
.AnyTagClassName
{
color: #98C875;
}
</style>
background-color css
<style>
a { background-color: #98C875; }
a { background-color: rgb(152,200,117); }
div.DivClassName
{
background-color: #98C875;
}
.BgClassName
{
background-color: #98C875;
}
</style>
border-color css
<style>
span { border-color: #98C875; }
span { border-color: rgb(152,200,117); }
td.TdClassName
{
border-color: #98C875;
}
.TagClassName
{
border-color: #98C875;
}
</style>