Shades of Olivine #98C76C
Tints of Olivine #98C76C
RGB
CMYK
RGB Variations
Color information
#98C76C (or 0x98C76C) is known color: Olivine. HEX triplet: 98, C7 and 6C. RGB value is (152,199,108). Sum of RGB (Red+Green+Blue) = 152+199+108=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #98C76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C76C is #673893. Grayscale: #AEAEAE. Windows color (decimal): -6764692 or 7128984. OLE color: 7128984.
HSL color Cylindrical-coordinate representation of color #98C76C: hue angle of 90.99º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98C76C is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 199 | 108 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.22 |
| HSL | 90.99º | 0.45% | 0.6% | - |
| HSV(B) | 90.99º | 0.46% | 0.78% | - |
| XYZ | 36.08 | 48.6 | 21.67 | - |
| YUV | 174.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 108 | 0.24 | 0 | 0.46 | 0.22 | 90.99 | 0.45 | 0.6 |
| Hex | 98 | C7 | 6C | 18 | 0 | 2E | 16 | 5B | 2D | 3C |
| Octal | 230 | 307 | 154 | 30 | 0 | 56 | 26 | 133 | 55 | 74 |
| Binary | 10011000 | 11000111 | 1101100 | 11000 | 0 | 101110 | 10110 | 1011011 | 101101 | 111100 |
Color Harmonies of #98C76C
Complementary color
Monochromatic Colors of #98C76C
Black with #98C76C
Text Example
Text Example
White with #98C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C76C; }
p { color: rgb(152,199,108); }
H1.HeaderClassName
{
color: #98C76C;
}
.AnyTagClassName
{
color: #98C76C;
}
</style>
background-color css
<style>
a { background-color: #98C76C; }
a { background-color: rgb(152,199,108); }
div.DivClassName
{
background-color: #98C76C;
}
.BgClassName
{
background-color: #98C76C;
}
</style>
border-color css
<style>
span { border-color: #98C76C; }
span { border-color: rgb(152,199,108); }
td.TdClassName
{
border-color: #98C76C;
}
.TagClassName
{
border-color: #98C76C;
}
</style>