Shades of Olivine #98AD6E
Tints of Olivine #98AD6E
RGB
CMYK
RGB Variations
Color information
#98AD6E (or 0x98AD6E) is known color: Olivine. HEX triplet: 98, AD and 6E. RGB value is (152,173,110). Sum of RGB (Red+Green+Blue) = 152+173+110=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD6E is #675291. Grayscale: #9F9F9F. Windows color (decimal): -6771346 or 7253400. OLE color: 7253400.
HSL color Cylindrical-coordinate representation of color #98AD6E: hue angle of 80º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98AD6E is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 110 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.32 |
| HSL | 80º | 0.28% | 0.55% | - |
| HSV(B) | 80º | 0.36% | 0.68% | - |
| XYZ | 30.71 | 37.69 | 20.41 | - |
| YUV | 159.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 110 | 0.12 | 0 | 0.36 | 0.32 | 80 | 0.28 | 0.55 |
| Hex | 98 | AD | 6E | C | 0 | 24 | 20 | 50 | 1C | 37 |
| Octal | 230 | 255 | 156 | 14 | 0 | 44 | 40 | 120 | 34 | 67 |
| Binary | 10011000 | 10101101 | 1101110 | 1100 | 0 | 100100 | 100000 | 1010000 | 11100 | 110111 |
Color Harmonies of #98AD6E
Complementary color
Monochromatic Colors of #98AD6E
Black with #98AD6E
Text Example
Text Example
White with #98AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD6E; }
p { color: rgb(152,173,110); }
H1.HeaderClassName
{
color: #98AD6E;
}
.AnyTagClassName
{
color: #98AD6E;
}
</style>
background-color css
<style>
a { background-color: #98AD6E; }
a { background-color: rgb(152,173,110); }
div.DivClassName
{
background-color: #98AD6E;
}
.BgClassName
{
background-color: #98AD6E;
}
</style>
border-color css
<style>
span { border-color: #98AD6E; }
span { border-color: rgb(152,173,110); }
td.TdClassName
{
border-color: #98AD6E;
}
.TagClassName
{
border-color: #98AD6E;
}
</style>