Shades of Olivine #98C560
Tints of Olivine #98C560
RGB
CMYK
RGB Variations
Color information
#98C560 (or 0x98C560) is known color: Olivine. HEX triplet: 98, C5 and 60. RGB value is (152,197,96). Sum of RGB (Red+Green+Blue) = 152+197+96=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #98C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C560 is #673A9F. Grayscale: #ACACAC. Windows color (decimal): -6765216 or 6342040. OLE color: 6342040.
HSL color Cylindrical-coordinate representation of color #98C560: hue angle of 86.73º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98C560 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 96 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.23 |
| HSL | 86.73º | 0.47% | 0.57% | - |
| HSV(B) | 86.73º | 0.51% | 0.77% | - |
| XYZ | 35.03 | 47.45 | 18.38 | - |
| YUV | 172.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 96 | 0.23 | 0 | 0.51 | 0.23 | 86.73 | 0.47 | 0.57 |
| Hex | 98 | C5 | 60 | 17 | 0 | 33 | 17 | 57 | 2F | 39 |
| Octal | 230 | 305 | 140 | 27 | 0 | 63 | 27 | 127 | 57 | 71 |
| Binary | 10011000 | 11000101 | 1100000 | 10111 | 0 | 110011 | 10111 | 1010111 | 101111 | 111001 |
Color Harmonies of #98C560
Complementary color
Monochromatic Colors of #98C560
Black with #98C560
Text Example
Text Example
White with #98C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C560; }
p { color: rgb(152,197,96); }
H1.HeaderClassName
{
color: #98C560;
}
.AnyTagClassName
{
color: #98C560;
}
</style>
background-color css
<style>
a { background-color: #98C560; }
a { background-color: rgb(152,197,96); }
div.DivClassName
{
background-color: #98C560;
}
.BgClassName
{
background-color: #98C560;
}
</style>
border-color css
<style>
span { border-color: #98C560; }
span { border-color: rgb(152,197,96); }
td.TdClassName
{
border-color: #98C560;
}
.TagClassName
{
border-color: #98C560;
}
</style>