Shades of Olivine #98C375
Tints of Olivine #98C375
RGB
CMYK
RGB Variations
Color information
#98C375 (or 0x98C375) is known color: Olivine. HEX triplet: 98, C3 and 75. RGB value is (152,195,117). Sum of RGB (Red+Green+Blue) = 152+195+117=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #98C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C375 is #673C8A. Grayscale: #ADADAD. Windows color (decimal): -6765707 or 7717784. OLE color: 7717784.
HSL color Cylindrical-coordinate representation of color #98C375: hue angle of 93.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98C375 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 117 | - |
| CMYK | 0.22 | 0 | 0.4 | 0.24 |
| HSL | 93.08º | 0.39% | 0.61% | - |
| HSV(B) | 93.08º | 0.4% | 0.76% | - |
| XYZ | 35.67 | 46.99 | 24.02 | - |
| YUV | 173.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 117 | 0.22 | 0 | 0.4 | 0.24 | 93.08 | 0.39 | 0.61 |
| Hex | 98 | C3 | 75 | 16 | 0 | 28 | 18 | 5D | 27 | 3D |
| Octal | 230 | 303 | 165 | 26 | 0 | 50 | 30 | 135 | 47 | 75 |
| Binary | 10011000 | 11000011 | 1110101 | 10110 | 0 | 101000 | 11000 | 1011101 | 100111 | 111101 |
Color Harmonies of #98C375
Complementary color
Monochromatic Colors of #98C375
Black with #98C375
Text Example
Text Example
White with #98C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C375; }
p { color: rgb(152,195,117); }
H1.HeaderClassName
{
color: #98C375;
}
.AnyTagClassName
{
color: #98C375;
}
</style>
background-color css
<style>
a { background-color: #98C375; }
a { background-color: rgb(152,195,117); }
div.DivClassName
{
background-color: #98C375;
}
.BgClassName
{
background-color: #98C375;
}
</style>
border-color css
<style>
span { border-color: #98C375; }
span { border-color: rgb(152,195,117); }
td.TdClassName
{
border-color: #98C375;
}
.TagClassName
{
border-color: #98C375;
}
</style>