Shades of Olivine #98CF60
Tints of Olivine #98CF60
RGB
CMYK
RGB Variations
Color information
#98CF60 (or 0x98CF60) is known color: Olivine. HEX triplet: 98, CF and 60. RGB value is (152,207,96). Sum of RGB (Red+Green+Blue) = 152+207+96=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF60 is #67309F. Grayscale: #B2B2B2. Windows color (decimal): -6762656 or 6344600. OLE color: 6344600.
HSL color Cylindrical-coordinate representation of color #98CF60: hue angle of 89.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CF60 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 96 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.19 |
| HSL | 89.73º | 0.54% | 0.59% | - |
| HSV(B) | 89.73º | 0.54% | 0.81% | - |
| XYZ | 37.37 | 52.15 | 19.16 | - |
| YUV | 177.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 96 | 0.27 | 0 | 0.54 | 0.19 | 89.73 | 0.54 | 0.59 |
| Hex | 98 | CF | 60 | 1B | 0 | 36 | 13 | 5A | 36 | 3B |
| Octal | 230 | 317 | 140 | 33 | 0 | 66 | 23 | 132 | 66 | 73 |
| Binary | 10011000 | 11001111 | 1100000 | 11011 | 0 | 110110 | 10011 | 1011010 | 110110 | 111011 |
Color Harmonies of #98CF60
Complementary color
Monochromatic Colors of #98CF60
Black with #98CF60
Text Example
Text Example
White with #98CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF60; }
p { color: rgb(152,207,96); }
H1.HeaderClassName
{
color: #98CF60;
}
.AnyTagClassName
{
color: #98CF60;
}
</style>
background-color css
<style>
a { background-color: #98CF60; }
a { background-color: rgb(152,207,96); }
div.DivClassName
{
background-color: #98CF60;
}
.BgClassName
{
background-color: #98CF60;
}
</style>
border-color css
<style>
span { border-color: #98CF60; }
span { border-color: rgb(152,207,96); }
td.TdClassName
{
border-color: #98CF60;
}
.TagClassName
{
border-color: #98CF60;
}
</style>