Shades of Olivine #98C17C
Tints of Olivine #98C17C
RGB
CMYK
RGB Variations
Color information
#98C17C (or 0x98C17C) is known color: Olivine. HEX triplet: 98, C1 and 7C. RGB value is (152,193,124). Sum of RGB (Red+Green+Blue) = 152+193+124=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #98C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C17C is #673E83. Grayscale: #ADADAD. Windows color (decimal): -6766212 or 8176024. OLE color: 8176024.
HSL color Cylindrical-coordinate representation of color #98C17C: hue angle of 95.65º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98C17C is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 124 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.24 |
| HSL | 95.65º | 0.36% | 0.62% | - |
| HSV(B) | 95.65º | 0.36% | 0.76% | - |
| XYZ | 35.66 | 46.27 | 26.12 | - |
| YUV | 172.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 124 | 0.21 | 0 | 0.36 | 0.24 | 95.65 | 0.36 | 0.62 |
| Hex | 98 | C1 | 7C | 15 | 0 | 24 | 18 | 60 | 24 | 3E |
| Octal | 230 | 301 | 174 | 25 | 0 | 44 | 30 | 140 | 44 | 76 |
| Binary | 10011000 | 11000001 | 1111100 | 10101 | 0 | 100100 | 11000 | 1100000 | 100100 | 111110 |
Color Harmonies of #98C17C
Complementary color
Monochromatic Colors of #98C17C
Black with #98C17C
Text Example
Text Example
White with #98C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C17C; }
p { color: rgb(152,193,124); }
H1.HeaderClassName
{
color: #98C17C;
}
.AnyTagClassName
{
color: #98C17C;
}
</style>
background-color css
<style>
a { background-color: #98C17C; }
a { background-color: rgb(152,193,124); }
div.DivClassName
{
background-color: #98C17C;
}
.BgClassName
{
background-color: #98C17C;
}
</style>
border-color css
<style>
span { border-color: #98C17C; }
span { border-color: rgb(152,193,124); }
td.TdClassName
{
border-color: #98C17C;
}
.TagClassName
{
border-color: #98C17C;
}
</style>