Shades of Olivine #98AC73
Tints of Olivine #98AC73
RGB
CMYK
RGB Variations
Color information
#98AC73 (or 0x98AC73) is known color: Olivine. HEX triplet: 98, AC and 73. RGB value is (152,172,115). Sum of RGB (Red+Green+Blue) = 152+172+115=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AC73 is #67538C. Grayscale: #9F9F9F. Windows color (decimal): -6771597 or 7580824. OLE color: 7580824.
HSL color Cylindrical-coordinate representation of color #98AC73: hue angle of 81.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98AC73 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 172 | 115 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.33 |
| HSL | 81.05º | 0.26% | 0.56% | - |
| HSV(B) | 81.05º | 0.33% | 0.67% | - |
| XYZ | 30.8 | 37.42 | 21.82 | - |
| YUV | 159.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 115 | 0.12 | 0 | 0.33 | 0.33 | 81.05 | 0.26 | 0.56 |
| Hex | 98 | AC | 73 | C | 0 | 21 | 21 | 51 | 1A | 38 |
| Octal | 230 | 254 | 163 | 14 | 0 | 41 | 41 | 121 | 32 | 70 |
| Binary | 10011000 | 10101100 | 1110011 | 1100 | 0 | 100001 | 100001 | 1010001 | 11010 | 111000 |
Color Harmonies of #98AC73
Complementary color
Monochromatic Colors of #98AC73
Black with #98AC73
Text Example
Text Example
White with #98AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AC73; }
p { color: rgb(152,172,115); }
H1.HeaderClassName
{
color: #98AC73;
}
.AnyTagClassName
{
color: #98AC73;
}
</style>
background-color css
<style>
a { background-color: #98AC73; }
a { background-color: rgb(152,172,115); }
div.DivClassName
{
background-color: #98AC73;
}
.BgClassName
{
background-color: #98AC73;
}
</style>
border-color css
<style>
span { border-color: #98AC73; }
span { border-color: rgb(152,172,115); }
td.TdClassName
{
border-color: #98AC73;
}
.TagClassName
{
border-color: #98AC73;
}
</style>