Shades of Olivine #98C56E
Tints of Olivine #98C56E
RGB
CMYK
RGB Variations
Color information
#98C56E (or 0x98C56E) is known color: Olivine. HEX triplet: 98, C5 and 6E. RGB value is (152,197,110). Sum of RGB (Red+Green+Blue) = 152+197+110=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #98C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C56E is #673A91. Grayscale: #ADADAD. Windows color (decimal): -6765202 or 7259544. OLE color: 7259544.
HSL color Cylindrical-coordinate representation of color #98C56E: hue angle of 91.03º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98C56E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 110 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.23 |
| HSL | 91.03º | 0.43% | 0.6% | - |
| HSV(B) | 91.03º | 0.44% | 0.77% | - |
| XYZ | 35.73 | 47.73 | 22.08 | - |
| YUV | 173.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 110 | 0.23 | 0 | 0.44 | 0.23 | 91.03 | 0.43 | 0.6 |
| Hex | 98 | C5 | 6E | 17 | 0 | 2C | 17 | 5B | 2B | 3C |
| Octal | 230 | 305 | 156 | 27 | 0 | 54 | 27 | 133 | 53 | 74 |
| Binary | 10011000 | 11000101 | 1101110 | 10111 | 0 | 101100 | 10111 | 1011011 | 101011 | 111100 |
Color Harmonies of #98C56E
Complementary color
Monochromatic Colors of #98C56E
Black with #98C56E
Text Example
Text Example
White with #98C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C56E; }
p { color: rgb(152,197,110); }
H1.HeaderClassName
{
color: #98C56E;
}
.AnyTagClassName
{
color: #98C56E;
}
</style>
background-color css
<style>
a { background-color: #98C56E; }
a { background-color: rgb(152,197,110); }
div.DivClassName
{
background-color: #98C56E;
}
.BgClassName
{
background-color: #98C56E;
}
</style>
border-color css
<style>
span { border-color: #98C56E; }
span { border-color: rgb(152,197,110); }
td.TdClassName
{
border-color: #98C56E;
}
.TagClassName
{
border-color: #98C56E;
}
</style>