Shades of Olivine #98CE6C
Tints of Olivine #98CE6C
RGB
CMYK
RGB Variations
Color information
#98CE6C (or 0x98CE6C) is known color: Olivine. HEX triplet: 98, CE and 6C. RGB value is (152,206,108). Sum of RGB (Red+Green+Blue) = 152+206+108=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE6C is #673193. Grayscale: #B3B3B3. Windows color (decimal): -6762900 or 7130776. OLE color: 7130776.
HSL color Cylindrical-coordinate representation of color #98CE6C: hue angle of 93.06º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98CE6C is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 108 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.19 |
| HSL | 93.06º | 0.5% | 0.62% | - |
| HSV(B) | 93.06º | 0.48% | 0.81% | - |
| XYZ | 37.73 | 51.9 | 22.22 | - |
| YUV | 178.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 108 | 0.26 | 0 | 0.48 | 0.19 | 93.06 | 0.5 | 0.62 |
| Hex | 98 | CE | 6C | 1A | 0 | 30 | 13 | 5D | 32 | 3E |
| Octal | 230 | 316 | 154 | 32 | 0 | 60 | 23 | 135 | 62 | 76 |
| Binary | 10011000 | 11001110 | 1101100 | 11010 | 0 | 110000 | 10011 | 1011101 | 110010 | 111110 |
Color Harmonies of #98CE6C
Complementary color
Monochromatic Colors of #98CE6C
Black with #98CE6C
Text Example
Text Example
White with #98CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE6C; }
p { color: rgb(152,206,108); }
H1.HeaderClassName
{
color: #98CE6C;
}
.AnyTagClassName
{
color: #98CE6C;
}
</style>
background-color css
<style>
a { background-color: #98CE6C; }
a { background-color: rgb(152,206,108); }
div.DivClassName
{
background-color: #98CE6C;
}
.BgClassName
{
background-color: #98CE6C;
}
</style>
border-color css
<style>
span { border-color: #98CE6C; }
span { border-color: rgb(152,206,108); }
td.TdClassName
{
border-color: #98CE6C;
}
.TagClassName
{
border-color: #98CE6C;
}
</style>