Shades of Olivine #98B97F
Tints of Olivine #98B97F
RGB
CMYK
RGB Variations
Color information
#98B97F (or 0x98B97F) is known color: Olivine. HEX triplet: 98, B9 and 7F. RGB value is (152,185,127). Sum of RGB (Red+Green+Blue) = 152+185+127=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #98B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B97F is #674680. Grayscale: #A8A8A8. Windows color (decimal): -6768257 or 8370584. OLE color: 8370584.
HSL color Cylindrical-coordinate representation of color #98B97F: hue angle of 94.14º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B97F is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 127 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.27 |
| HSL | 94.14º | 0.29% | 0.61% | - |
| HSV(B) | 94.14º | 0.31% | 0.73% | - |
| XYZ | 34.13 | 42.91 | 26.56 | - |
| YUV | 168.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 127 | 0.18 | 0 | 0.31 | 0.27 | 94.14 | 0.29 | 0.61 |
| Hex | 98 | B9 | 7F | 12 | 0 | 1F | 1B | 5E | 1D | 3D |
| Octal | 230 | 271 | 177 | 22 | 0 | 37 | 33 | 136 | 35 | 75 |
| Binary | 10011000 | 10111001 | 1111111 | 10010 | 0 | 11111 | 11011 | 1011110 | 11101 | 111101 |
Color Harmonies of #98B97F
Complementary color
Monochromatic Colors of #98B97F
Black with #98B97F
Text Example
Text Example
White with #98B97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B97F; }
p { color: rgb(152,185,127); }
H1.HeaderClassName
{
color: #98B97F;
}
.AnyTagClassName
{
color: #98B97F;
}
</style>
background-color css
<style>
a { background-color: #98B97F; }
a { background-color: rgb(152,185,127); }
div.DivClassName
{
background-color: #98B97F;
}
.BgClassName
{
background-color: #98B97F;
}
</style>
border-color css
<style>
span { border-color: #98B97F; }
span { border-color: rgb(152,185,127); }
td.TdClassName
{
border-color: #98B97F;
}
.TagClassName
{
border-color: #98B97F;
}
</style>