Shades of Olivine #98C565
Tints of Olivine #98C565
RGB
CMYK
RGB Variations
Color information
#98C565 (or 0x98C565) is known color: Olivine. HEX triplet: 98, C5 and 65. RGB value is (152,197,101). Sum of RGB (Red+Green+Blue) = 152+197+101=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #98C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C565 is #673A9A. Grayscale: #ACACAC. Windows color (decimal): -6765211 or 6669720. OLE color: 6669720.
HSL color Cylindrical-coordinate representation of color #98C565: hue angle of 88.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98C565 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 101 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.23 |
| HSL | 88.13º | 0.45% | 0.58% | - |
| HSV(B) | 88.13º | 0.49% | 0.77% | - |
| XYZ | 35.26 | 47.55 | 19.63 | - |
| YUV | 172.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 101 | 0.23 | 0 | 0.49 | 0.23 | 88.13 | 0.45 | 0.58 |
| Hex | 98 | C5 | 65 | 17 | 0 | 31 | 17 | 58 | 2D | 3A |
| Octal | 230 | 305 | 145 | 27 | 0 | 61 | 27 | 130 | 55 | 72 |
| Binary | 10011000 | 11000101 | 1100101 | 10111 | 0 | 110001 | 10111 | 1011000 | 101101 | 111010 |
Color Harmonies of #98C565
Complementary color
Monochromatic Colors of #98C565
Black with #98C565
Text Example
Text Example
White with #98C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C565; }
p { color: rgb(152,197,101); }
H1.HeaderClassName
{
color: #98C565;
}
.AnyTagClassName
{
color: #98C565;
}
</style>
background-color css
<style>
a { background-color: #98C565; }
a { background-color: rgb(152,197,101); }
div.DivClassName
{
background-color: #98C565;
}
.BgClassName
{
background-color: #98C565;
}
</style>
border-color css
<style>
span { border-color: #98C565; }
span { border-color: rgb(152,197,101); }
td.TdClassName
{
border-color: #98C565;
}
.TagClassName
{
border-color: #98C565;
}
</style>