Shades of Olivine #98C17E
Tints of Olivine #98C17E
RGB
CMYK
RGB Variations
Color information
#98C17E (or 0x98C17E) is known color: Olivine. HEX triplet: 98, C1 and 7E. RGB value is (152,193,126). Sum of RGB (Red+Green+Blue) = 152+193+126=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #98C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C17E is #673E81. Grayscale: #ADADAD. Windows color (decimal): -6766210 or 8307096. OLE color: 8307096.
HSL color Cylindrical-coordinate representation of color #98C17E: hue angle of 96.72º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98C17E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 126 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.24 |
| HSL | 96.72º | 0.35% | 0.63% | - |
| HSV(B) | 96.72º | 0.35% | 0.76% | - |
| XYZ | 35.78 | 46.32 | 26.79 | - |
| YUV | 173.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 126 | 0.21 | 0 | 0.35 | 0.24 | 96.72 | 0.35 | 0.63 |
| Hex | 98 | C1 | 7E | 15 | 0 | 23 | 18 | 61 | 23 | 3F |
| Octal | 230 | 301 | 176 | 25 | 0 | 43 | 30 | 141 | 43 | 77 |
| Binary | 10011000 | 11000001 | 1111110 | 10101 | 0 | 100011 | 11000 | 1100001 | 100011 | 111111 |
Color Harmonies of #98C17E
Complementary color
Monochromatic Colors of #98C17E
Black with #98C17E
Text Example
Text Example
White with #98C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C17E; }
p { color: rgb(152,193,126); }
H1.HeaderClassName
{
color: #98C17E;
}
.AnyTagClassName
{
color: #98C17E;
}
</style>
background-color css
<style>
a { background-color: #98C17E; }
a { background-color: rgb(152,193,126); }
div.DivClassName
{
background-color: #98C17E;
}
.BgClassName
{
background-color: #98C17E;
}
</style>
border-color css
<style>
span { border-color: #98C17E; }
span { border-color: rgb(152,193,126); }
td.TdClassName
{
border-color: #98C17E;
}
.TagClassName
{
border-color: #98C17E;
}
</style>