Shades of Olivine #98C76E
Tints of Olivine #98C76E
RGB
CMYK
RGB Variations
Color information
#98C76E (or 0x98C76E) is known color: Olivine. HEX triplet: 98, C7 and 6E. RGB value is (152,199,110). Sum of RGB (Red+Green+Blue) = 152+199+110=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #98C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C76E is #673891. Grayscale: #AFAFAF. Windows color (decimal): -6764690 or 7260056. OLE color: 7260056.
HSL color Cylindrical-coordinate representation of color #98C76E: hue angle of 91.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98C76E is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 199 | 110 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.22 |
| HSL | 91.69º | 0.44% | 0.61% | - |
| HSV(B) | 91.69º | 0.45% | 0.78% | - |
| XYZ | 36.19 | 48.65 | 22.23 | - |
| YUV | 174.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 110 | 0.24 | 0 | 0.45 | 0.22 | 91.69 | 0.44 | 0.61 |
| Hex | 98 | C7 | 6E | 18 | 0 | 2D | 16 | 5C | 2C | 3D |
| Octal | 230 | 307 | 156 | 30 | 0 | 55 | 26 | 134 | 54 | 75 |
| Binary | 10011000 | 11000111 | 1101110 | 11000 | 0 | 101101 | 10110 | 1011100 | 101100 | 111101 |
Color Harmonies of #98C76E
Complementary color
Monochromatic Colors of #98C76E
Black with #98C76E
Text Example
Text Example
White with #98C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C76E; }
p { color: rgb(152,199,110); }
H1.HeaderClassName
{
color: #98C76E;
}
.AnyTagClassName
{
color: #98C76E;
}
</style>
background-color css
<style>
a { background-color: #98C76E; }
a { background-color: rgb(152,199,110); }
div.DivClassName
{
background-color: #98C76E;
}
.BgClassName
{
background-color: #98C76E;
}
</style>
border-color css
<style>
span { border-color: #98C76E; }
span { border-color: rgb(152,199,110); }
td.TdClassName
{
border-color: #98C76E;
}
.TagClassName
{
border-color: #98C76E;
}
</style>