Shades of Olivine #98AD71
Tints of Olivine #98AD71
RGB
CMYK
RGB Variations
Color information
#98AD71 (or 0x98AD71) is known color: Olivine. HEX triplet: 98, AD and 71. RGB value is (152,173,113). Sum of RGB (Red+Green+Blue) = 152+173+113=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD71 is #67528E. Grayscale: #A0A0A0. Windows color (decimal): -6771343 or 7450008. OLE color: 7450008.
HSL color Cylindrical-coordinate representation of color #98AD71: hue angle of 81º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98AD71 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 113 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.32 |
| HSL | 81º | 0.27% | 0.56% | - |
| HSV(B) | 81º | 0.35% | 0.68% | - |
| XYZ | 30.87 | 37.75 | 21.28 | - |
| YUV | 159.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 113 | 0.12 | 0 | 0.35 | 0.32 | 81 | 0.27 | 0.56 |
| Hex | 98 | AD | 71 | C | 0 | 23 | 20 | 51 | 1B | 38 |
| Octal | 230 | 255 | 161 | 14 | 0 | 43 | 40 | 121 | 33 | 70 |
| Binary | 10011000 | 10101101 | 1110001 | 1100 | 0 | 100011 | 100000 | 1010001 | 11011 | 111000 |
Color Harmonies of #98AD71
Complementary color
Monochromatic Colors of #98AD71
Black with #98AD71
Text Example
Text Example
White with #98AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD71; }
p { color: rgb(152,173,113); }
H1.HeaderClassName
{
color: #98AD71;
}
.AnyTagClassName
{
color: #98AD71;
}
</style>
background-color css
<style>
a { background-color: #98AD71; }
a { background-color: rgb(152,173,113); }
div.DivClassName
{
background-color: #98AD71;
}
.BgClassName
{
background-color: #98AD71;
}
</style>
border-color css
<style>
span { border-color: #98AD71; }
span { border-color: rgb(152,173,113); }
td.TdClassName
{
border-color: #98AD71;
}
.TagClassName
{
border-color: #98AD71;
}
</style>