Shades of Olivine #98C572
Tints of Olivine #98C572
RGB
CMYK
RGB Variations
Color information
#98C572 (or 0x98C572) is known color: Olivine. HEX triplet: 98, C5 and 72. RGB value is (152,197,114). Sum of RGB (Red+Green+Blue) = 152+197+114=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #98C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C572 is #673A8D. Grayscale: #AEAEAE. Windows color (decimal): -6765198 or 7521688. OLE color: 7521688.
HSL color Cylindrical-coordinate representation of color #98C572: hue angle of 92.53º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C572 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 114 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.23 |
| HSL | 92.53º | 0.42% | 0.61% | - |
| HSV(B) | 92.53º | 0.42% | 0.77% | - |
| XYZ | 35.95 | 47.82 | 23.26 | - |
| YUV | 174.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 114 | 0.23 | 0 | 0.42 | 0.23 | 92.53 | 0.42 | 0.61 |
| Hex | 98 | C5 | 72 | 17 | 0 | 2A | 17 | 5D | 2A | 3D |
| Octal | 230 | 305 | 162 | 27 | 0 | 52 | 27 | 135 | 52 | 75 |
| Binary | 10011000 | 11000101 | 1110010 | 10111 | 0 | 101010 | 10111 | 1011101 | 101010 | 111101 |
Color Harmonies of #98C572
Complementary color
Monochromatic Colors of #98C572
Black with #98C572
Text Example
Text Example
White with #98C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C572; }
p { color: rgb(152,197,114); }
H1.HeaderClassName
{
color: #98C572;
}
.AnyTagClassName
{
color: #98C572;
}
</style>
background-color css
<style>
a { background-color: #98C572; }
a { background-color: rgb(152,197,114); }
div.DivClassName
{
background-color: #98C572;
}
.BgClassName
{
background-color: #98C572;
}
</style>
border-color css
<style>
span { border-color: #98C572; }
span { border-color: rgb(152,197,114); }
td.TdClassName
{
border-color: #98C572;
}
.TagClassName
{
border-color: #98C572;
}
</style>