Shades of Olivine #98B76C
Tints of Olivine #98B76C
RGB
CMYK
RGB Variations
Color information
#98B76C (or 0x98B76C) is known color: Olivine. HEX triplet: 98, B7 and 6C. RGB value is (152,183,108). Sum of RGB (Red+Green+Blue) = 152+183+108=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #98B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B76C is #674893. Grayscale: #A5A5A5. Windows color (decimal): -6768788 or 7124888. OLE color: 7124888.
HSL color Cylindrical-coordinate representation of color #98B76C: hue angle of 84.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98B76C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 108 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.28 |
| HSL | 84.8º | 0.34% | 0.57% | - |
| HSV(B) | 84.8º | 0.41% | 0.72% | - |
| XYZ | 32.59 | 41.63 | 20.5 | - |
| YUV | 165.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 108 | 0.17 | 0 | 0.41 | 0.28 | 84.8 | 0.34 | 0.57 |
| Hex | 98 | B7 | 6C | 11 | 0 | 29 | 1C | 55 | 22 | 39 |
| Octal | 230 | 267 | 154 | 21 | 0 | 51 | 34 | 125 | 42 | 71 |
| Binary | 10011000 | 10110111 | 1101100 | 10001 | 0 | 101001 | 11100 | 1010101 | 100010 | 111001 |
Color Harmonies of #98B76C
Complementary color
Monochromatic Colors of #98B76C
Black with #98B76C
Text Example
Text Example
White with #98B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B76C; }
p { color: rgb(152,183,108); }
H1.HeaderClassName
{
color: #98B76C;
}
.AnyTagClassName
{
color: #98B76C;
}
</style>
background-color css
<style>
a { background-color: #98B76C; }
a { background-color: rgb(152,183,108); }
div.DivClassName
{
background-color: #98B76C;
}
.BgClassName
{
background-color: #98B76C;
}
</style>
border-color css
<style>
span { border-color: #98B76C; }
span { border-color: rgb(152,183,108); }
td.TdClassName
{
border-color: #98B76C;
}
.TagClassName
{
border-color: #98B76C;
}
</style>