Shades of Olivine #98B36E
Tints of Olivine #98B36E
RGB
CMYK
RGB Variations
Color information
#98B36E (or 0x98B36E) is known color: Olivine. HEX triplet: 98, B3 and 6E. RGB value is (152,179,110). Sum of RGB (Red+Green+Blue) = 152+179+110=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #98B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B36E is #674C91. Grayscale: #A3A3A3. Windows color (decimal): -6769810 or 7254936. OLE color: 7254936.
HSL color Cylindrical-coordinate representation of color #98B36E: hue angle of 83.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98B36E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 110 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.30 |
| HSL | 83.48º | 0.31% | 0.57% | - |
| HSV(B) | 83.48º | 0.39% | 0.7% | - |
| XYZ | 31.88 | 40.04 | 20.8 | - |
| YUV | 163.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 110 | 0.15 | 0 | 0.39 | 0.30 | 83.48 | 0.31 | 0.57 |
| Hex | 98 | B3 | 6E | F | 0 | 27 | 1E | 53 | 1F | 39 |
| Octal | 230 | 263 | 156 | 17 | 0 | 47 | 36 | 123 | 37 | 71 |
| Binary | 10011000 | 10110011 | 1101110 | 1111 | 0 | 100111 | 11110 | 1010011 | 11111 | 111001 |
Color Harmonies of #98B36E
Complementary color
Monochromatic Colors of #98B36E
Black with #98B36E
Text Example
Text Example
White with #98B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B36E; }
p { color: rgb(152,179,110); }
H1.HeaderClassName
{
color: #98B36E;
}
.AnyTagClassName
{
color: #98B36E;
}
</style>
background-color css
<style>
a { background-color: #98B36E; }
a { background-color: rgb(152,179,110); }
div.DivClassName
{
background-color: #98B36E;
}
.BgClassName
{
background-color: #98B36E;
}
</style>
border-color css
<style>
span { border-color: #98B36E; }
span { border-color: rgb(152,179,110); }
td.TdClassName
{
border-color: #98B36E;
}
.TagClassName
{
border-color: #98B36E;
}
</style>