Shades of Olivine #98AD80
Tints of Olivine #98AD80
RGB
CMYK
RGB Variations
Color information
#98AD80 (or 0x98AD80) is known color: Olivine. HEX triplet: 98, AD and 80. RGB value is (152,173,128). Sum of RGB (Red+Green+Blue) = 152+173+128=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD80 is #67527F. Grayscale: #A1A1A1. Windows color (decimal): -6771328 or 8433048. OLE color: 8433048.
HSL color Cylindrical-coordinate representation of color #98AD80: hue angle of 88º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98AD80 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 128 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.32 |
| HSL | 88º | 0.22% | 0.59% | - |
| HSV(B) | 88º | 0.26% | 0.68% | - |
| XYZ | 31.79 | 38.12 | 26.1 | - |
| YUV | 161.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 128 | 0.12 | 0 | 0.26 | 0.32 | 88 | 0.22 | 0.59 |
| Hex | 98 | AD | 80 | C | 0 | 1A | 20 | 58 | 16 | 3B |
| Octal | 230 | 255 | 200 | 14 | 0 | 32 | 40 | 130 | 26 | 73 |
| Binary | 10011000 | 10101101 | 10000000 | 1100 | 0 | 11010 | 100000 | 1011000 | 10110 | 111011 |
Color Harmonies of #98AD80
Complementary color
Monochromatic Colors of #98AD80
Black with #98AD80
Text Example
Text Example
White with #98AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD80; }
p { color: rgb(152,173,128); }
H1.HeaderClassName
{
color: #98AD80;
}
.AnyTagClassName
{
color: #98AD80;
}
</style>
background-color css
<style>
a { background-color: #98AD80; }
a { background-color: rgb(152,173,128); }
div.DivClassName
{
background-color: #98AD80;
}
.BgClassName
{
background-color: #98AD80;
}
</style>
border-color css
<style>
span { border-color: #98AD80; }
span { border-color: rgb(152,173,128); }
td.TdClassName
{
border-color: #98AD80;
}
.TagClassName
{
border-color: #98AD80;
}
</style>