Shades of Olivine #98BB7F
Tints of Olivine #98BB7F
RGB
CMYK
RGB Variations
Color information
#98BB7F (or 0x98BB7F) is known color: Olivine. HEX triplet: 98, BB and 7F. RGB value is (152,187,127). Sum of RGB (Red+Green+Blue) = 152+187+127=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BB7F is #674480. Grayscale: #A9A9A9. Windows color (decimal): -6767745 or 8371096. OLE color: 8371096.
HSL color Cylindrical-coordinate representation of color #98BB7F: hue angle of 95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BB7F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 127 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.27 |
| HSL | 95º | 0.31% | 0.62% | - |
| HSV(B) | 95º | 0.32% | 0.73% | - |
| XYZ | 34.55 | 43.75 | 26.7 | - |
| YUV | 169.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 127 | 0.19 | 0 | 0.32 | 0.27 | 95 | 0.31 | 0.62 |
| Hex | 98 | BB | 7F | 13 | 0 | 20 | 1B | 5F | 1F | 3E |
| Octal | 230 | 273 | 177 | 23 | 0 | 40 | 33 | 137 | 37 | 76 |
| Binary | 10011000 | 10111011 | 1111111 | 10011 | 0 | 100000 | 11011 | 1011111 | 11111 | 111110 |
Color Harmonies of #98BB7F
Complementary color
Monochromatic Colors of #98BB7F
Black with #98BB7F
Text Example
Text Example
White with #98BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB7F; }
p { color: rgb(152,187,127); }
H1.HeaderClassName
{
color: #98BB7F;
}
.AnyTagClassName
{
color: #98BB7F;
}
</style>
background-color css
<style>
a { background-color: #98BB7F; }
a { background-color: rgb(152,187,127); }
div.DivClassName
{
background-color: #98BB7F;
}
.BgClassName
{
background-color: #98BB7F;
}
</style>
border-color css
<style>
span { border-color: #98BB7F; }
span { border-color: rgb(152,187,127); }
td.TdClassName
{
border-color: #98BB7F;
}
.TagClassName
{
border-color: #98BB7F;
}
</style>