Shades of Olivine #98C975
Tints of Olivine #98C975
RGB
CMYK
RGB Variations
Color information
#98C975 (or 0x98C975) is known color: Olivine. HEX triplet: 98, C9 and 75. RGB value is (152,201,117). Sum of RGB (Red+Green+Blue) = 152+201+117=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #98C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C975 is #67368A. Grayscale: #B1B1B1. Windows color (decimal): -6764171 or 7719320. OLE color: 7719320.
HSL color Cylindrical-coordinate representation of color #98C975: hue angle of 95º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C975 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 117 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.21 |
| HSL | 95º | 0.44% | 0.62% | - |
| HSV(B) | 95º | 0.42% | 0.79% | - |
| XYZ | 37.05 | 49.73 | 24.48 | - |
| YUV | 176.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 117 | 0.24 | 0 | 0.42 | 0.21 | 95 | 0.44 | 0.62 |
| Hex | 98 | C9 | 75 | 18 | 0 | 2A | 15 | 5F | 2C | 3E |
| Octal | 230 | 311 | 165 | 30 | 0 | 52 | 25 | 137 | 54 | 76 |
| Binary | 10011000 | 11001001 | 1110101 | 11000 | 0 | 101010 | 10101 | 1011111 | 101100 | 111110 |
Color Harmonies of #98C975
Complementary color
Monochromatic Colors of #98C975
Black with #98C975
Text Example
Text Example
White with #98C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C975; }
p { color: rgb(152,201,117); }
H1.HeaderClassName
{
color: #98C975;
}
.AnyTagClassName
{
color: #98C975;
}
</style>
background-color css
<style>
a { background-color: #98C975; }
a { background-color: rgb(152,201,117); }
div.DivClassName
{
background-color: #98C975;
}
.BgClassName
{
background-color: #98C975;
}
</style>
border-color css
<style>
span { border-color: #98C975; }
span { border-color: rgb(152,201,117); }
td.TdClassName
{
border-color: #98C975;
}
.TagClassName
{
border-color: #98C975;
}
</style>