Shades of Olivine #98C060
Tints of Olivine #98C060
RGB
CMYK
RGB Variations
Color information
#98C060 (or 0x98C060) is known color: Olivine. HEX triplet: 98, C0 and 60. RGB value is (152,192,96). Sum of RGB (Red+Green+Blue) = 152+192+96=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #98C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C060 is #673F9F. Grayscale: #A9A9A9. Windows color (decimal): -6766496 or 6340760. OLE color: 6340760.
HSL color Cylindrical-coordinate representation of color #98C060: hue angle of 85º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98C060 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 96 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.25 |
| HSL | 85º | 0.43% | 0.56% | - |
| HSV(B) | 85º | 0.5% | 0.75% | - |
| XYZ | 33.91 | 45.22 | 18.01 | - |
| YUV | 169.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 96 | 0.21 | 0 | 0.50 | 0.25 | 85 | 0.43 | 0.56 |
| Hex | 98 | C0 | 60 | 15 | 0 | 32 | 19 | 55 | 2B | 38 |
| Octal | 230 | 300 | 140 | 25 | 0 | 62 | 31 | 125 | 53 | 70 |
| Binary | 10011000 | 11000000 | 1100000 | 10101 | 0 | 110010 | 11001 | 1010101 | 101011 | 111000 |
Color Harmonies of #98C060
Complementary color
Monochromatic Colors of #98C060
Black with #98C060
Text Example
Text Example
White with #98C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C060; }
p { color: rgb(152,192,96); }
H1.HeaderClassName
{
color: #98C060;
}
.AnyTagClassName
{
color: #98C060;
}
</style>
background-color css
<style>
a { background-color: #98C060; }
a { background-color: rgb(152,192,96); }
div.DivClassName
{
background-color: #98C060;
}
.BgClassName
{
background-color: #98C060;
}
</style>
border-color css
<style>
span { border-color: #98C060; }
span { border-color: rgb(152,192,96); }
td.TdClassName
{
border-color: #98C060;
}
.TagClassName
{
border-color: #98C060;
}
</style>