Shades of Olivine #98BF7E
Tints of Olivine #98BF7E
RGB
CMYK
RGB Variations
Color information
#98BF7E (or 0x98BF7E) is known color: Olivine. HEX triplet: 98, BF and 7E. RGB value is (152,191,126). Sum of RGB (Red+Green+Blue) = 152+191+126=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF7E is #674081. Grayscale: #ACACAC. Windows color (decimal): -6766722 or 8306584. OLE color: 8306584.
HSL color Cylindrical-coordinate representation of color #98BF7E: hue angle of 96º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98BF7E is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 126 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.25 |
| HSL | 96º | 0.34% | 0.62% | - |
| HSV(B) | 96º | 0.34% | 0.75% | - |
| XYZ | 35.35 | 45.44 | 26.65 | - |
| YUV | 171.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 126 | 0.20 | 0 | 0.34 | 0.25 | 96 | 0.34 | 0.62 |
| Hex | 98 | BF | 7E | 14 | 0 | 22 | 19 | 60 | 22 | 3E |
| Octal | 230 | 277 | 176 | 24 | 0 | 42 | 31 | 140 | 42 | 76 |
| Binary | 10011000 | 10111111 | 1111110 | 10100 | 0 | 100010 | 11001 | 1100000 | 100010 | 111110 |
Color Harmonies of #98BF7E
Complementary color
Monochromatic Colors of #98BF7E
Black with #98BF7E
Text Example
Text Example
White with #98BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF7E; }
p { color: rgb(152,191,126); }
H1.HeaderClassName
{
color: #98BF7E;
}
.AnyTagClassName
{
color: #98BF7E;
}
</style>
background-color css
<style>
a { background-color: #98BF7E; }
a { background-color: rgb(152,191,126); }
div.DivClassName
{
background-color: #98BF7E;
}
.BgClassName
{
background-color: #98BF7E;
}
</style>
border-color css
<style>
span { border-color: #98BF7E; }
span { border-color: rgb(152,191,126); }
td.TdClassName
{
border-color: #98BF7E;
}
.TagClassName
{
border-color: #98BF7E;
}
</style>