Shades of Olivine #98BE75
Tints of Olivine #98BE75
RGB
CMYK
RGB Variations
Color information
#98BE75 (or 0x98BE75) is known color: Olivine. HEX triplet: 98, BE and 75. RGB value is (152,190,117). Sum of RGB (Red+Green+Blue) = 152+190+117=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE75 is #67418A. Grayscale: #AAAAAA. Windows color (decimal): -6766987 or 7716504. OLE color: 7716504.
HSL color Cylindrical-coordinate representation of color #98BE75: hue angle of 91.23º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98BE75 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 117 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.25 |
| HSL | 91.23º | 0.36% | 0.6% | - |
| HSV(B) | 91.23º | 0.38% | 0.75% | - |
| XYZ | 34.57 | 44.79 | 23.65 | - |
| YUV | 170.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 117 | 0.2 | 0 | 0.38 | 0.25 | 91.23 | 0.36 | 0.6 |
| Hex | 98 | BE | 75 | 14 | 0 | 26 | 19 | 5B | 24 | 3C |
| Octal | 230 | 276 | 165 | 24 | 0 | 46 | 31 | 133 | 44 | 74 |
| Binary | 10011000 | 10111110 | 1110101 | 10100 | 0 | 100110 | 11001 | 1011011 | 100100 | 111100 |
Color Harmonies of #98BE75
Complementary color
Monochromatic Colors of #98BE75
Black with #98BE75
Text Example
Text Example
White with #98BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE75; }
p { color: rgb(152,190,117); }
H1.HeaderClassName
{
color: #98BE75;
}
.AnyTagClassName
{
color: #98BE75;
}
</style>
background-color css
<style>
a { background-color: #98BE75; }
a { background-color: rgb(152,190,117); }
div.DivClassName
{
background-color: #98BE75;
}
.BgClassName
{
background-color: #98BE75;
}
</style>
border-color css
<style>
span { border-color: #98BE75; }
span { border-color: rgb(152,190,117); }
td.TdClassName
{
border-color: #98BE75;
}
.TagClassName
{
border-color: #98BE75;
}
</style>