Shades of Olivine #98BC7E
Tints of Olivine #98BC7E
RGB
CMYK
RGB Variations
Color information
#98BC7E (or 0x98BC7E) is known color: Olivine. HEX triplet: 98, BC and 7E. RGB value is (152,188,126). Sum of RGB (Red+Green+Blue) = 152+188+126=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC7E is #674381. Grayscale: #AAAAAA. Windows color (decimal): -6767490 or 8305816. OLE color: 8305816.
HSL color Cylindrical-coordinate representation of color #98BC7E: hue angle of 94.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98BC7E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 126 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.26 |
| HSL | 94.84º | 0.32% | 0.62% | - |
| HSV(B) | 94.84º | 0.33% | 0.74% | - |
| XYZ | 34.7 | 44.15 | 26.43 | - |
| YUV | 170.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 126 | 0.19 | 0 | 0.33 | 0.26 | 94.84 | 0.32 | 0.62 |
| Hex | 98 | BC | 7E | 13 | 0 | 21 | 1A | 5F | 20 | 3E |
| Octal | 230 | 274 | 176 | 23 | 0 | 41 | 32 | 137 | 40 | 76 |
| Binary | 10011000 | 10111100 | 1111110 | 10011 | 0 | 100001 | 11010 | 1011111 | 100000 | 111110 |
Color Harmonies of #98BC7E
Complementary color
Monochromatic Colors of #98BC7E
Black with #98BC7E
Text Example
Text Example
White with #98BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC7E; }
p { color: rgb(152,188,126); }
H1.HeaderClassName
{
color: #98BC7E;
}
.AnyTagClassName
{
color: #98BC7E;
}
</style>
background-color css
<style>
a { background-color: #98BC7E; }
a { background-color: rgb(152,188,126); }
div.DivClassName
{
background-color: #98BC7E;
}
.BgClassName
{
background-color: #98BC7E;
}
</style>
border-color css
<style>
span { border-color: #98BC7E; }
span { border-color: rgb(152,188,126); }
td.TdClassName
{
border-color: #98BC7E;
}
.TagClassName
{
border-color: #98BC7E;
}
</style>