Shades of Olivine #98BE73
Tints of Olivine #98BE73
RGB
CMYK
RGB Variations
Color information
#98BE73 (or 0x98BE73) is known color: Olivine. HEX triplet: 98, BE and 73. RGB value is (152,190,115). Sum of RGB (Red+Green+Blue) = 152+190+115=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE73 is #67418C. Grayscale: #AAAAAA. Windows color (decimal): -6766989 or 7585432. OLE color: 7585432.
HSL color Cylindrical-coordinate representation of color #98BE73: hue angle of 90.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BE73 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 115 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.25 |
| HSL | 90.4º | 0.37% | 0.6% | - |
| HSV(B) | 90.4º | 0.39% | 0.75% | - |
| XYZ | 34.46 | 44.74 | 23.04 | - |
| YUV | 170.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 115 | 0.2 | 0 | 0.39 | 0.25 | 90.4 | 0.37 | 0.6 |
| Hex | 98 | BE | 73 | 14 | 0 | 27 | 19 | 5A | 25 | 3C |
| Octal | 230 | 276 | 163 | 24 | 0 | 47 | 31 | 132 | 45 | 74 |
| Binary | 10011000 | 10111110 | 1110011 | 10100 | 0 | 100111 | 11001 | 1011010 | 100101 | 111100 |
Color Harmonies of #98BE73
Complementary color
Monochromatic Colors of #98BE73
Black with #98BE73
Text Example
Text Example
White with #98BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BE73; }
p { color: rgb(152,190,115); }
H1.HeaderClassName
{
color: #98BE73;
}
.AnyTagClassName
{
color: #98BE73;
}
</style>
background-color css
<style>
a { background-color: #98BE73; }
a { background-color: rgb(152,190,115); }
div.DivClassName
{
background-color: #98BE73;
}
.BgClassName
{
background-color: #98BE73;
}
</style>
border-color css
<style>
span { border-color: #98BE73; }
span { border-color: rgb(152,190,115); }
td.TdClassName
{
border-color: #98BE73;
}
.TagClassName
{
border-color: #98BE73;
}
</style>