Shades of Olivine #98C170
Tints of Olivine #98C170
RGB
CMYK
RGB Variations
Color information
#98C170 (or 0x98C170) is known color: Olivine. HEX triplet: 98, C1 and 70. RGB value is (152,193,112). Sum of RGB (Red+Green+Blue) = 152+193+112=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #98C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C170 is #673E8F. Grayscale: #ABABAB. Windows color (decimal): -6766224 or 7389592. OLE color: 7389592.
HSL color Cylindrical-coordinate representation of color #98C170: hue angle of 90.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98C170 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 112 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.24 |
| HSL | 90.37º | 0.4% | 0.6% | - |
| HSV(B) | 90.37º | 0.42% | 0.76% | - |
| XYZ | 34.94 | 45.99 | 22.36 | - |
| YUV | 171.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 112 | 0.21 | 0 | 0.42 | 0.24 | 90.37 | 0.4 | 0.6 |
| Hex | 98 | C1 | 70 | 15 | 0 | 2A | 18 | 5A | 28 | 3C |
| Octal | 230 | 301 | 160 | 25 | 0 | 52 | 30 | 132 | 50 | 74 |
| Binary | 10011000 | 11000001 | 1110000 | 10101 | 0 | 101010 | 11000 | 1011010 | 101000 | 111100 |
Color Harmonies of #98C170
Complementary color
Monochromatic Colors of #98C170
Black with #98C170
Text Example
Text Example
White with #98C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C170; }
p { color: rgb(152,193,112); }
H1.HeaderClassName
{
color: #98C170;
}
.AnyTagClassName
{
color: #98C170;
}
</style>
background-color css
<style>
a { background-color: #98C170; }
a { background-color: rgb(152,193,112); }
div.DivClassName
{
background-color: #98C170;
}
.BgClassName
{
background-color: #98C170;
}
</style>
border-color css
<style>
span { border-color: #98C170; }
span { border-color: rgb(152,193,112); }
td.TdClassName
{
border-color: #98C170;
}
.TagClassName
{
border-color: #98C170;
}
</style>