Shades of Olivine #98C175
Tints of Olivine #98C175
RGB
CMYK
RGB Variations
Color information
#98C175 (or 0x98C175) is known color: Olivine. HEX triplet: 98, C1 and 75. RGB value is (152,193,117). Sum of RGB (Red+Green+Blue) = 152+193+117=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #98C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C175 is #673E8A. Grayscale: #ACACAC. Windows color (decimal): -6766219 or 7717272. OLE color: 7717272.
HSL color Cylindrical-coordinate representation of color #98C175: hue angle of 92.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98C175 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 117 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.24 |
| HSL | 92.37º | 0.38% | 0.61% | - |
| HSV(B) | 92.37º | 0.39% | 0.76% | - |
| XYZ | 35.23 | 46.1 | 23.87 | - |
| YUV | 172.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 117 | 0.21 | 0 | 0.39 | 0.24 | 92.37 | 0.38 | 0.61 |
| Hex | 98 | C1 | 75 | 15 | 0 | 27 | 18 | 5C | 26 | 3D |
| Octal | 230 | 301 | 165 | 25 | 0 | 47 | 30 | 134 | 46 | 75 |
| Binary | 10011000 | 11000001 | 1110101 | 10101 | 0 | 100111 | 11000 | 1011100 | 100110 | 111101 |
Color Harmonies of #98C175
Complementary color
Monochromatic Colors of #98C175
Black with #98C175
Text Example
Text Example
White with #98C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C175; }
p { color: rgb(152,193,117); }
H1.HeaderClassName
{
color: #98C175;
}
.AnyTagClassName
{
color: #98C175;
}
</style>
background-color css
<style>
a { background-color: #98C175; }
a { background-color: rgb(152,193,117); }
div.DivClassName
{
background-color: #98C175;
}
.BgClassName
{
background-color: #98C175;
}
</style>
border-color css
<style>
span { border-color: #98C175; }
span { border-color: rgb(152,193,117); }
td.TdClassName
{
border-color: #98C175;
}
.TagClassName
{
border-color: #98C175;
}
</style>